https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030
--- Comment #33 from M. Tompsett <[email protected]> --- SHORT VERSION: Not enough test coverage. LONGER VERSION: In these code changes, there are multiple blocks changed in C4::Items. @@ -2890,7 +2890,7 (one if) @@ -2901,7 +2901,7 (one if) @@ -2909,7 +2909,7 (one if) @@ -3003,15 +3003,18 (three pieces of code) I placed a print STDERR "TRIGGERED!\n"; inside the ifs or below the last line of the block of code. We are still lacking test coverage on C4::Items. Only the first two of three changes were triggered in the last block of changes. So, while I do believe the added test catches the failure before, I am uncertain it catches all the fixes after. -- 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/
