https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31889 --- Comment #17 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 143350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143350&action=edit Bug 31889: (follow-up) Add test for explicit warning On bug 29697, an explicit call to 'warn' was added, but no tests were added for that behavior. This patch adds that. To test: 1. Run: $ kshell k$ prove t/db_dependent/Koha/Biblio/Metadata.t => FAIL: There's a warn, no tests for it :-( 2. Apply this patch 3. Repeat 1 => SUCCESS: A new test was added, no more warns printed 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.