Bugzilla – Attachment 66904 Details for
Bug 19256
Koha::Acquisition::Order should use Koha::Object
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19256: (QA followup) Remove warn from unit test
Bug-19256-QA-followup-Remove-warn-from-unit-test.patch (text/plain), 997 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-06 18:48:16 UTC
(
hide
)
Description:
Bug 19256: (QA followup) Remove warn from unit test
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-06 18:48:16 UTC
Size:
997 bytes
patch
obsolete
>From b9a6615193171e08f86ecfb617da129019443c36 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 6 Sep 2017 10:15:55 -0400 >Subject: [PATCH] Bug 19256: (QA followup) Remove warn from unit test > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Acquisition.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t >index d6b922d647..62a9a76b5a 100755 >--- a/t/db_dependent/Acquisition.t >+++ b/t/db_dependent/Acquisition.t >@@ -283,7 +283,6 @@ for ( 0 .. 5 ) { > values %{ $order_content[$_]->{num} }; > @ocontent{ keys %{ $order_content[$_]->{str} } } = > values %{ $order_content[$_]->{str} }; >- use Data::Printer colored => 1; warn p %ocontent; > $ordernumbers[$_] = Koha::Acquisition::Order->new( \%ocontent )->store->ordernumber; > $order_content[$_]->{str}->{ordernumber} = $ordernumbers[$_]; > } >-- >2.14.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 19256
:
66872
|
66874
|
66875
|
66903
| 66904 |
66905