https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24756
--- Comment #15 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #14) > Hopefully we'll know more when we run this on Jenkins? === https://jenkins.koha-community.org/job/Koha_Master_D8/725/ not ok 7 - Expected import error. Additional info: $VAR1 = 'XSLT::Base: I/O warning : failed to load HTTP resource # compilation error: file unknown-3d22ae0 element import # xsl:import : unable to load http://notexpected.koha-community.org/noxsl/nothing.xsl # at /kohadevbox/koha/Koha/XSLT/Base.pm line 343. # '; # ok 8 - No read_net warn for remote import Here the wording "failed to load HTTP resource" is used instead of "failed to load external entity". It appears that both can come up. libxml2 contains both strings failed to load external entity "%s" failed to load HTTP resource "%s" and even: Failed to load externalRef %s Failed to load include %s (But we did not see the last two.) So we probably just need: is( ( grep { /failed to load (external entity|HTTP resource)/ } @warn ), 1, 'Expected import error' ); I will wait a few days now before replacing the additional Dumper info. -- 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/
