[Bug 15030] Certain values in serials' items are lost on next edit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030 --- Comment #33 from M. Tompsett <mtompset@hotmail.com> --- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org