https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16636 Florent Mara <florent.mara@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florent.mara@gmail.com --- Comment #4 from Florent Mara <florent.mara@gmail.com> --- I followed the test plan and got the following. Before applying the patch, prove t/00-load.t would output the following t/00-load.t .. 1/? Too late to run INIT block at /var/koha/Koha/C4/Barcodes/hbyymmincr.pm line 41. Too late to run INIT block at /var/koha/Koha/C4/External/BakerTaylor.pm line 42. After applying the patch, it would still output 1 warning while the comment appears to indicate there should be no warnings. t/00-load.t .. 7/? Too late to run INIT block at /var/koha/Koha/C4/Barcodes/hbyymmincr.pm line 41. t/00-load.t .. ok All tests successful. Since the patch focuses on warning from BakerTaylor.pm, I assume it achieves its goal, maybe then the test plan needs to be updated. -- You are receiving this mail because: You are watching all bug changes.