http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11634 --- Comment #22 from Kyle M Hall <kyle@bywatersolutions.com> --- These unit tests will continue to fail until both C4::Context::dbh and Koha::Database share a database handle. Galen is planning a patch to make C4::Context use the database handle from Koha::Database, but hasn't posted his patch yet. He has told me it should be ready by this Friday. (In reply to Katrin Fischer from comment #21)
Some older tests fail on applying these patches:
# Biblio-level hold, renewal test not ok 21 - (Bug 10663) Cannot renew, reserved # Failed test '(Bug 10663) Cannot renew, reserved' # at t/db_dependent/Circulation.t line 266. # got: '0' # expected: '1' not ok 22 - (Bug 10663) Cannot renew, reserved # Failed test '(Bug 10663) Cannot renew, reserved' # at t/db_dependent/Circulation.t line 268. # got: '0' # expected: '1'
-- You are receiving this mail because: You are watching all bug changes.