https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31447
--- Comment #12 from Emmi Takkinen <[email protected]> --- (In reply to David Nind from comment #11) > The tests fail 8-(... > > prove t/db_dependent/Circulation.t > t/db_dependent/Circulation.t .. 62/67 Use of uninitialized value > $rentalCharge in numeric gt (>) at /kohadevbox/koha/C4/Circulation.pm line > 1119. > > # Failed test 'Branchcodes match when hold exists.' > # at t/db_dependent/Circulation.t line 5718. > # got: undef > # expected: 'CU4TLG6' > Use of uninitialized value $rentalCharge in numeric gt (>) at > /kohadevbox/koha/C4/Circulation.pm line 1119. > Use of uninitialized value $rentalCharge in numeric gt (>) at > /kohadevbox/koha/C4/Circulation.pm line 1119. > Use of uninitialized value $rentalCharge in numeric gt (>) at > /kohadevbox/koha/C4/Circulation.pm line 1119. > # Looks like you failed 1 test of 4. > t/db_dependent/Circulation.t .. 64/67 > # Failed test 'CanBookBeIssued + needsconfirmation message' > # at t/db_dependent/Circulation.t line 5733. > # Looks like you planned 67 tests but ran 64. > # Looks like you failed 1 test of 64 run. > t/db_dependent/Circulation.t .. Dubious, test returned 1 (wstat 256, 0x100) > Failed 4/67 subtests > > Test Summary Report > ------------------- > t/db_dependent/Circulation.t (Wstat: 256 Tests: 64 Failed: 1) > Failed test: 64 > Non-zero exit status: 1 > Parse errors: Bad plan. You planned 67 tests but ran 64. > Files=1, Tests=64, 42 wallclock secs ( 0.11 usr 0.01 sys + 35.68 cusr 3.49 > csys = 39.29 CPU) > Result: FAIL It seems test fails because of circulation rules. Which is odd since this wasn't an issue while I tested these. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
