https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104 --- Comment #94 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 194159 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194159&action=edit Bug 35104: Update Biblio.t to reflect graceful non-XML stripping behaviour The ModBiblio subtest was written for the old exception-throwing behaviour where invalid MARC would emit a Perl warn() and the error would appear in the action log. With the graceful stripping introduced by this bug: - StripNonXmlChars recovers the record silently (no Perl warn()) - The stripping event is reported via the warnings arrayref in $options - nonxml_stripped is persisted on biblio_metadata - ModBiblio still succeeds and logs the modification to action logs Update the three assertions accordingly. Sponsored-by: OpenFifth -- You are receiving this mail because: You are watching all bug changes.