https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #62 from M. Tompsett <[email protected]> --- Ah ha! I figured out why there is noise. Sorry my brain is slow. You have MARC21 and UNIMARC attempts in the same loop (biblioitems.publicationyear). That's going to generate noise on a MARC21 system. I have yet to test on a UNIMARC system. And sorry... fails on unimarc system. You create 245$a, which is MARC21. You need to grab the appropriate title tag and subtag for title under the current system MARC flavour, so that the test won't die. In fact, you should split the test to a unimarc and marc21 run. Sorry, but Failed QA again. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
