https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #191 from Andrew Isherwood <andrew.isherwood@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #188) Hi Jonathan
1. Fix the checkbox wording
Done
2. $dbh->{mysql_insertid}; in the upgrade process should be replaced. It's a MySQLism
Good point, done
3. t/db_dependent/Illrequests.t is passing but, only when run once:
I can't replicate this: root@kohadevbox:koha(master)$ prove t/db_dependent/Illrequests.t t/db_dependent/Illrequests.t .. ok All tests successful. Files=1, Tests=13, 19 wallclock secs ( 0.08 usr 0.01 sys + 12.17 cusr 3.31 csys = 15.57 CPU) Result: PASS root@kohadevbox:koha(master)$ prove t/db_dependent/Illrequests.t t/db_dependent/Illrequests.t .. ok All tests successful. Files=1, Tests=13, 19 wallclock secs ( 0.06 usr 0.01 sys + 12.25 cusr 2.83 csys = 15.15 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes.