Bugzilla – Attachment 44598 Details for
Bug 14878
Tests - Create the branchcodes if needed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14878: (QA followup) Remove useless diag
Bug-14878-QA-followup-Remove-useless-diag.patch (text/plain), 1.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-11-06 17:50:44 UTC
(
hide
)
Description:
Bug 14878: (QA followup) Remove useless diag
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-11-06 17:50:44 UTC
Size:
1.17 KB
patch
obsolete
>From f222ad48e7f0dbdaf455ec2e1bb70633361eaaf1 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 6 Nov 2015 14:42:28 -0300 >Subject: [PATCH] Bug 14878: (QA followup) Remove useless diag > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Holds/RevertWaitingStatus.t | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/t/db_dependent/Holds/RevertWaitingStatus.t b/t/db_dependent/Holds/RevertWaitingStatus.t >index bdb27ab..513eb52 100755 >--- a/t/db_dependent/Holds/RevertWaitingStatus.t >+++ b/t/db_dependent/Holds/RevertWaitingStatus.t >@@ -38,13 +38,10 @@ sub Mock_userenv { > > my $borrowers_count = 3; > >-# Setup Test------------------------ >-# Helper biblio. >-diag("Creating biblio instance for testing."); >+# Create a biblio instance > my ( $bibnum, $title, $bibitemnum ) = create_helper_biblio(); > >-# Helper item for that biblio. >-diag("Creating item instance for testing."); >+# Create an item > my $item_barcode = 'my_barcode'; > my ( $item_bibnum, $item_bibitemnum, $itemnumber ) = AddItem( > { homebranch => $library->{branchcode}, holdingbranch => $library->{branchcode}, barcode => $item_barcode }, >-- >2.6.2
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 14878
:
42795
|
44553
|
44597
|
44598
|
44601
|
44602