https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42098
--- Comment #5 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 195685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195685&action=edit Bug 42098: (follow-up) Enable plugin in ImportBatch.t test The Handler::run change to skip disabled plugins broke the RecordsFromMarcPlugin subtest in ImportBatch.t. The MarcFieldValues plugin was installed but never enabled, so Handler::run returned early. Add $plugin->enable() before calling RecordsFromMarcPlugin. Signed-off-by: Martin Renvoize <[email protected]> -- 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/
