Bugzilla – Attachment 50358 Details for
Bug 15532
Add ability to allow only items whose home/holding branch matches the hold's pickup branch to fill a given hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15532 [QA Followup] - Remove unecessary lines from unit test
Bug-15532-QA-Followup---Remove-unecessary-lines-fr.patch (text/plain), 1.57 KB, created by
Kyle M Hall (khall)
on 2016-04-18 16:50:54 UTC
(
hide
)
Description:
Bug 15532 [QA Followup] - Remove unecessary lines from unit test
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-18 16:50:54 UTC
Size:
1.57 KB
patch
obsolete
>From 41be596cdffb09fc3c90db2203ca2868137580b0 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 18 Apr 2016 16:46:57 +0000 >Subject: [PATCH] Bug 15532 [QA Followup] - Remove unecessary lines from unit > test > >--- > t/db_dependent/Holds/HoldFulfillmentPolicy.t | 12 ------------ > 1 file changed, 12 deletions(-) > >diff --git a/t/db_dependent/Holds/HoldFulfillmentPolicy.t b/t/db_dependent/Holds/HoldFulfillmentPolicy.t >index 513742e..0bbdbe3 100755 >--- a/t/db_dependent/Holds/HoldFulfillmentPolicy.t >+++ b/t/db_dependent/Holds/HoldFulfillmentPolicy.t >@@ -9,8 +9,6 @@ use Test::More tests => 10; > use t::lib::TestBuilder; > > BEGIN { >- use FindBin; >- use lib $FindBin::Bin; > use_ok('C4::Reserves'); > } > >@@ -46,11 +44,6 @@ my $borrowernumber = $borrower->{borrowernumber}; > my $library_A = $library1->{branchcode}; > my $library_B = $library2->{branchcode}; > my $library_C = $library3->{branchcode}; >-$dbh->do("DELETE FROM reserves"); >-$dbh->do("DELETE FROM issues"); >-$dbh->do("DELETE FROM items"); >-$dbh->do("DELETE FROM biblio"); >-$dbh->do("DELETE FROM biblioitems"); > $dbh->do("DELETE FROM transport_cost"); > $dbh->do("DELETE FROM tmp_holdsqueue"); > $dbh->do("DELETE FROM hold_fill_targets"); >@@ -145,8 +138,3 @@ $reserve_id = AddReserve( $library_C, $borrowernumber, $biblionumber, '', 1 ); > ( $status ) = CheckReserves($itemnumber); > is( $status, 'Reserved', "Hold where pickup ne home, pickup ne holding targeted" ); > CancelReserve( { reserve_id => $reserve_id } ); >- >-# End testing hold_fulfillment_policy >- >-# Cleanup >-$schema->storage->txn_rollback; >-- >2.1.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 15532
:
46461
|
46753
|
49225
|
50358
|
50838
|
50901
|
50902
|
50903