[Koha-bugs] [Bug 15030] Certain values in serials' items are lost on next edit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 17 03:54:34 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030

--- Comment #33 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list