https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40411 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184145|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 184302 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184302&action=edit Bug 40411: Remove warnings from Koha/SearchEngine/Elasticsearch.t Warnings encountered while roundtripping a MARC record to/from USMARC. Failing over to MARCXML. at t/db_dependent/Koha/SearchEngine/Elasticsearch.t line 854. => This one is expected: we have generated a record with large fields item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. item-level_itypes set but no itemtype set for item (1568) at /kohadevbox/koha/Koha/Schema/Result/Item.pm line 1100. => Those 2 ones can be removed by create a biblio and items using build_sample_biblio and build_sample_item Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.