Bugzilla – Attachment 57560 Details for
Bug 17633
Tests should not call set_preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17633: (QA followup) remove debugging leftover
Bug-17633-QA-followup-remove-debugging-leftover.patch (text/plain), 997 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2016-11-16 15:58:39 UTC
(
hide
)
Description:
Bug 17633: (QA followup) remove debugging leftover
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-11-16 15:58:39 UTC
Size:
997 bytes
patch
obsolete
>From f18cad95da939a723a040c6c60693db4506fda29 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 16 Nov 2016 12:58:23 -0300 >Subject: [PATCH] Bug 17633: (QA followup) remove debugging leftover > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Items.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Items.t b/t/db_dependent/Items.t >index ac32f6a..9e25704 100755 >--- a/t/db_dependent/Items.t >+++ b/t/db_dependent/Items.t >@@ -683,7 +683,7 @@ subtest 'C4::Items::_build_default_values_for_mod_marc' => sub { > ); > $item_record->append_fields( $barcode_field ); > my (undef, undef, $item_itemnumber) = AddItemFromMarc($item_record, $biblionumber); >- use Data::Printer colored => 1; >+ > # Make sure everything has been set up > my $item = GetItem($item_itemnumber); > is( $item->{barcode}, $a_barcode, 'Everything has been set up correctly, the barcode is defined as expected' ); >-- >2.7.4
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 17633
:
57507
|
57508
|
57509
|
57510
| 57560