https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #96 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- 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.