Bugzilla – Attachment 86970 Details for
Bug 22565
Partially receiving order and adding internal note on invoice updates note on every order on the system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22565: (QA follow-up) Fix test Acquisition.t
Bug-22565-QA-follow-up-Fix-test-Acquisitiont.patch (text/plain), 1.29 KB, created by
Martin Renvoize (ashimema)
on 2019-03-25 11:55:03 UTC
(
hide
)
Description:
Bug 22565: (QA follow-up) Fix test Acquisition.t
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-03-25 11:55:03 UTC
Size:
1.29 KB
patch
obsolete
>From 79a095b8b073b1d187d7a6dd7b966da20b963453 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 25 Mar 2019 11:21:45 +0000 >Subject: [PATCH] Bug 22565: (QA follow-up) Fix test Acquisition.t > >Test plan: >prove t/db_dependent/Acquisition.t >should pass > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Acquisition.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t >index 3a07c8b3c8..b997f70345 100755 >--- a/t/db_dependent/Acquisition.t >+++ b/t/db_dependent/Acquisition.t >@@ -19,7 +19,7 @@ use Modern::Perl; > > use POSIX qw(strftime); > >-use Test::More tests => 74; >+use Test::More tests => 75; > use t::lib::Mocks; > use Koha::Database; > use Koha::Acquisition::Basket; >@@ -511,7 +511,7 @@ $nonexistent_order = GetOrder( 424242424242 ); > is( $nonexistent_order, undef, 'GetOrder returns undef if a nonexistent ordernumber is given' ); > > # Tests for DelOrder >-my $order1 = GetOrder($ordernumbers[0]); >+$order1 = GetOrder($ordernumbers[0]); > my $error = DelOrder($order1->{biblionumber}, $order1->{ordernumber}); > ok((not defined $error), "DelOrder does not fail"); > $order1 = GetOrder($order1->{ordernumber}); >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22565
:
86965
|
86966
|
86967
|
86968
|
86969
| 86970