http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14598 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #44 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #43)
(In reply to Jesse Weaver from comment #41)
(FYI: the same warning that appears at the top of the test output here also appears when I prove t/db_dependent/Items.t, though that test passes.)
We should not expect warnings on proving, they must be caught be warning_is/warning_like.
The warnings are unavoidable, unless we change the behavior that falls back to the record itemtype if there is no item itype ( even though item-level_itypes is enabled ). I think are actually testing the cases that specifically triggers this error condition. Either way, I think the issue is outside the scope of this bug. We should decide whether or not this is a bug that needs fixed on a separate report. -- You are receiving this mail because: You are watching all bug changes.