From 752d4d17467cb18e2c7dba0ffc646351959843cf Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 31 Mar 2016 08:27:02 +0100 Subject: [PATCH] Bug 16176: Fix a test about OpenLibrarySearch Content-Type: text/plain; charset=utf-8 Introduced by bug 6624: When C4::UsageStats::BuildReport is modified, the tests should be too. Test plan: prove t/db_dependent/UsageStats.t should return green Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Note that if we maintain this list of sysprefs at two places, we will probably have this test failing regularly.. --- t/db_dependent/UsageStats.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/UsageStats.t b/t/db_dependent/UsageStats.t index 713524a..dc69bbb 100644 --- a/t/db_dependent/UsageStats.t +++ b/t/db_dependent/UsageStats.t @@ -455,6 +455,7 @@ sub mocking_systempreferences_to_a_set_value { NovelistSelectEnabled XISBN OpenLibraryCovers + OpenLibrarySearch UseKohaPlugins SyndeticsEnabled TagsEnabled -- 1.7.10.4