https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22363
Andrew Isherwood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.isherwood@ptfs-europ | |e.com --- Comment #7 from Andrew Isherwood <[email protected]> --- Hi Josef - This test failure appears to be unrelated to your work, if you agree I'm happy to sign off your patches. koha-koha@aidev:~/kohaclone$ prove t/db_dependent/Circulation.t t/db_dependent/Circulation.t .. 28/124 Reducing fine for item 104734 borrower 4329 from 3.5 to 2 - MaxFine reached at /home/koha-koha/kohaclone/C4/Overdues.pm line 570. Use of uninitialized value $actionname in concatenation (.) or string at /home/koha-koha/kohaclone/C4/Log.pm line 85. Reducing fine for item 104734 borrower 4329 from 3.5 to 2 - MaxFine reached at /home/koha-koha/kohaclone/C4/Overdues.pm line 570. Use of uninitialized value $actionname in concatenation (.) or string at /home/koha-koha/kohaclone/C4/Log.pm line 85. # Failed test at t/db_dependent/Circulation.t line 494. # got: '1' # expected: '2' Can't call method "accounttype" on an undefined value at t/db_dependent/Circulation.t line 496. # Looks like your test exited with 2 just after 41. t/db_dependent/Circulation.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 84/124 subtests Test Summary Report ------------------- t/db_dependent/Circulation.t (Wstat: 512 Tests: 41 Failed: 1) Failed test: 40 Non-zero exit status: 2 Parse errors: Bad plan. You planned 124 tests but ran 41. Files=1, Tests=41, 11 wallclock secs ( 0.03 usr 0.02 sys + 7.98 cusr 0.32 csys = 8.35 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/
