4 Mar
2016
4 Mar
'16
3:47 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 --- Comment #111 from Kyle M Hall <kyle@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.