https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38761 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Status|Needs Signoff |Failed QA --- Comment #5 from David Nind <david@davidnind.com> --- Tests after both patches applied: - if no ILL backend plugins installed and enabled, the tests fail - if an ILL backend is installed, the tests pass Before the patches were applied (with no ILL backend plugins installed), the tests passed. prove t/db_dependent/Koha/ILL/Request/Config.t t/db_dependent/Koha/ILL/Request/Config.t .. 1/9 # Failed test 'get_backend_plugin_names returns list of backend plugin names' # at t/db_dependent/Koha/ILL/Request/Config.t line 530. # got: undef # expected: 'Test Plugin' # Looks like you failed 1 test of 3. # Failed test 'get_backend_plugin_names() tests' # at t/db_dependent/Koha/ILL/Request/Config.t line 545. # Looks like you failed 1 test of 9. t/db_dependent/Koha/ILL/Request/Config.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/9 subtests Test Summary Report ------------------- t/db_dependent/Koha/ILL/Request/Config.t (Wstat: 256 (exited 1) Tests: 9 Failed: 1) Failed test: 9 Non-zero exit status: 1 Files=1, Tests=9, 1 wallclock secs ( 0.01 usr 0.01 sys + 1.01 cusr 0.17 csys = 1.20 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes.