https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
--- Comment #96 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194161 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194161&action=edit Bug 35104: Update Exporter/Record.t to bypass store() validation The test created a bad biblio_metadata record by calling store() with invalid MARCXML, which now throws Koha::Exceptions::Metadata::Invalid instead of storing silently. Use _result->update() to inject the bad data directly into the DB, bypassing the store() validation layer, as done elsewhere in the test suite for testing behaviour with corrupt metadata. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
