[Koha-bugs] [Bug 11998] Syspref caching issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 4 15:47:36 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998

--- Comment #111 from Kyle M Hall <kyle at bywatersolutions.com> ---
This must be a caching issue. If I simply make this change:

ok( exists($queue_item->{itype}), 'item type included in queued items list (bug
5825)' );
+warn "TEST: " . C4::Context->preference("StaticHoldsQueueWeight");

The tests begin to fail on master! I think the only reasonable solution is to
mock the actual expected value for the time being and write a replacement for
HoldsQueue.t from the ground up in time.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list