From bf1be35e6ebb9bd311b40590783ca5546b42a780 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 20 Jan 2017 10:11:47 +0100 Subject: [PATCH] Bug 17917: [QA Follow-up] Reprove Search.t Content-Type: text/plain; charset=utf-8 The config tweaks from Search.t break check_sysprefs.t later on. Clearing the cache resolves that. Test plan: [1] Run prove t/db_dependent/Search.t t/db_dependent/check_sysprefs.t (in one statement) before and after applying this patch. --- t/db_dependent/Search.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t index fd9ad98..240c3d4 100644 --- a/t/db_dependent/Search.t +++ b/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; -- 2.1.4