https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17715 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 57937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57937&action=edit Bug 17715: Remove itemtype-related t/db_dependent/Holds/RevertWaitingStatus.t warnings This patch makes t/db_dependent/Holds/RevertWaitingStatus.t create good sample data for its tests. It does so by creating a random itemtype. To test: - Run $ prove t/db_dependent/Holds/RevertWaitingStatus.t => FAIL: lots of warnings about "item-level_itypes set but no itemtype set for item" - Apply the patch - Run: $ prove t/db_dependent/Holds/RevertWaitingStatus.t => SUCCESS: Tests are green, and no warnings. - Sign off :-D -- You are receiving this mail because: You are watching all bug changes.