Bugzilla – Attachment 46893 Details for
Bug 12803
Add ability to skip closed libraries when generating the holds queue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12803 [QA Followup] - Fix to stop failing unit tests
Bug-12803-QA-Followup---Fix-to-stop-failing-unit-t.patch (text/plain), 846 bytes, created by
Kyle M Hall (khall)
on 2016-01-19 14:56:00 UTC
(
hide
)
Description:
Bug 12803 [QA Followup] - Fix to stop failing unit tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-01-19 14:56:00 UTC
Size:
846 bytes
patch
obsolete
>From 8a2793ea950d7400f4b4b2e24695099557d58d59 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 10 Dec 2015 14:45:59 +0000 >Subject: [PATCH] Bug 12803 [QA Followup] - Fix to stop failing unit tests > >--- > t/db_dependent/HoldsQueue.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/HoldsQueue.t b/t/db_dependent/HoldsQueue.t >index 0b479c7..2dc08c9 100755 >--- a/t/db_dependent/HoldsQueue.t >+++ b/t/db_dependent/HoldsQueue.t >@@ -341,6 +341,7 @@ C4::HoldsQueue::CreateQueue(); > $holds_queue = $dbh->selectall_arrayref("SELECT * FROM tmp_holdsqueue", { Slice => {} }); > is( scalar( @$holds_queue ), 2, "Holds not filled with items from closed libraries" ); > $ENV{NO_CACHE} = 0; >+C4::Context->set_preference( 'HoldsQueueSkipClosed', 0 ); > > # Bug 14297 > $itemtype = $item_types[0]->{itemtype}; >-- >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 12803
:
31057
|
31060
|
31061
|
31062
|
31063
|
31630
|
31631
|
32046
|
32271
|
43509
|
43510
|
43511
|
43512
|
43610
|
43779
|
43833
|
43979
|
45569
|
45570
|
45571
|
45572
|
45573
|
45574
|
45575
|
45576
|
45638
|
45643
|
45644
|
46888
|
46889
|
46890
|
46891
|
46892
|
46893
|
46894
|
46895
|
47246
|
47247
|
48574
|
48575