@@ -, +, @@ one statement) before and after applying this patch. --- t/db_dependent/Search.t | 3 +++ 1 file changed, 3 insertions(+) --- a/t/db_dependent/Search.t +++ a/t/db_dependent/Search.t @@ -981,4 +981,7 @@ subtest 'UNIMARC + DOM' => sub { run_unimarc_search_tests('dom'); }; +# Make sure that following tests are not using our config settings +Koha::Caches->get_instance('config')->flush_all; + 1; --