https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24620
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Jonathan Druart <[email protected]> --- Also: 1. ->store not needed on ->build_object 2. DateTime->now should not be used directly (or add arguments) 3. Tests are failing: t/db_dependent//Circulation.t .. 45/47 # Looks like you planned 4 tests but ran 1. # Failed test 'Filling a hold should cancel existing transfer' # at t/db_dependent//Circulation.t line 3783. Can't use string ("ZSpzGDUl") as a HASH ref while "strict refs" in use at /kohadevbox/koha/C4/Reserves.pm line 175. # Looks like your test exited with 255 just after 47. -- 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/
