https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #232 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Created attachment 203782 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203782&action=edit Bug 35104: (RM follow-up) Fix regressions.t for Metadata's new auto-repair Koha::Biblio::Metadata->store() now repairs recoverable MARCXML faults before saving, so this test's invalid data no longer reaches the DB and detail.pl never hits a decoding error. Write the metadata directly via the DBIC row instead, bypassing store()'s repair, so the test still exercises detail.pl's own defensive handling of corrupt metadata. Test plan: prove t/db_dependent/selenium/regressions.t Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.