http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10860
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #56 from Kyle M Hall <[email protected]> --- I'm getting failed unit tests: prove -v t/db_dependent/Circulation.t t/db_dependent/Circulation.t .. 1..55 ok 1 - use C4::Circulation; ok 2 - CircControl changed to PickupLibrary ok 3 - _GetCircControlBranch returned item branch (no userenv defined) ok 4 - CircControl changed to PatronLibrary ok 5 - _GetCircControlBranch returned borrower branch ok 6 - CircControl changed to ItemHomeLibrary ok 7 - _GetCircControlBranch returned item branch ok 8 - userenv set ok 9 - CircControl changed to PickupLibrary ok 10 - _GetCircControlBranch returned current branch ok 11 - CircControl changed to PatronLibrary ok 12 - _GetCircControlBranch returned borrower branch ok 13 - CircControl changed to ItemHomeLibrary ok 14 - _GetCircControlBranch returned item branch ok 15 - CircControl reset to its initial value ok 16 - ProcessOfflinePayment makes payment correctly ok 17 - Item 1 checked out, due date: 2014-11-03T23:59:00 ok 18 - Item 2 checked out, due date: 2014-11-03T23:59:00 ok 19 - Item checked out to John Renewal ok 20 - Can renew, no holds for this title or item ok 21 - (Bug 10663) Cannot renew, reserved ok 22 - (Bug 10663) Cannot renew, reserved (returned error is on_reserve) ok 23 - (Bug 10663) Cannot renew, reserved ok 24 - (Bug 10663) Cannot renew, reserved (returned error is on_reserve) ok 25 - hold marked completed when checking out item that fills it ok 26 - (Bug 10663) Cannot renew, item reserved ok 27 - (Bug 10663) Cannot renew, item reserved (returned error is on_reserve) ok 28 - Can renew item 2, item-level hold is on item 1 ok 29 - Can renew, item is marked not for loan, hold does not block Can't use string ("1") as a HASH ref while "strict refs" in use at C4/Circulation.pm line 1187. # Looks like you planned 55 tests but ran 29. # Looks like your test exited with 255 just after 29. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 26/55 subtests Test Summary Report ------------------- t/db_dependent/Circulation.t (Wstat: 65280 Tests: 29 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 55 tests but ran 29. Files=1, Tests=29, 3 wallclock secs ( 0.01 usr 0.01 sys + 1.12 cusr 0.05 csys = 1.19 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
