Bugzilla – Attachment 44602 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]
[PASSED QA] Bug 14878: (QA followup) Remove useless diag
PASSED-QA-Bug-14878-QA-followup-Remove-useless-dia.patch (text/plain), 1.24 KB, created by
Kyle M Hall (khall)
on 2015-11-06 18:51:42 UTC
(
hide
)
Description:
[PASSED QA] Bug 14878: (QA followup) Remove useless diag
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-11-06 18:51:42 UTC
Size:
1.24 KB
patch
obsolete
>From 8fdfde1957ba4119eef533a58e37c253fb7a65f0 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] [PASSED QA] Bug 14878: (QA followup) Remove useless diag > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Holds/RevertWaitingStatus.t | 7 ++----- > 1 files 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 }, >-- >1.7.2.5
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