https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35104
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #124 from David Nind <[email protected]> --- Some initial testing. Maybe we should ask some cataloguers for same sample records that should cause issues? First attempted test -------------------- I attempted to test, but getting this error in several catalog areas in the staff interface after importing the sample record: The method Koha::Biblio::Metadata->metadata_errors is not covered by tests! Trace begun at /kohadevbox/koha/Koha/Object.pm line 1042 Areas include: - Accessing a record from search results - Trying to directly access a record - View and edit actions for manage stated MARC records This only happens after importing the sample record. I did a reset_all, then updatedatabase, dbic, yarn build, and a restart_all, and didn't get this error. Imported record --------------- Viewing the imported record in the staff interface: Record was automatically modified Non-XML characters were stripped from this record when it was last saved. Please review and re-save the record to confirm the data is correct. 336$a: invalid char value 8 (U+0008) at position 12 t $xtac arr␈\ $btxt V $2rdac ontent ^ Resolved error and updated other MARC issues, can view and edit fine. Testing notes ------------- Testing notes so far (using KTD): 1. Apply the patch 2. Run the database update: updatedatabase 3. Run DBIC: dbic (not sure if this is required) 4. Test importing the sample record using Cataloging > Stage record for import and Manage staged record 5. Run tests prove t/db_dependent/Koha/Biblio/Metadata.t t/db_dependent/Biblio.t t/db_dependent/Exporter/Record.t 6. Bonus tests: - Merge a record - Import record from the command line - Z39.50 import -- 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/
