From 5657e262b7b57c1477210d6cbd11095538f07268 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Sat, 30 Apr 2016 17:06:37 +0200 Subject: [PATCH] Bug 16408: Fix UsageStats.t Bug 16167 removed some prefs. This impacts the number of tests. Test plan: Run the test. Signed-off-by: Bernardo Gonzalez Kriegel Test pass No errors Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- t/db_dependent/UsageStats.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/UsageStats.t b/t/db_dependent/UsageStats.t index f93bd85195..39d5b73ced 100644 --- a/t/db_dependent/UsageStats.t +++ b/t/db_dependent/UsageStats.t @@ -15,7 +15,7 @@ # with Koha; if not, see . use Modern::Perl; -use Test::More tests => 549; +use Test::More tests => 545; use t::lib::Mocks qw(mock_preference); use POSIX qw(strftime); -- 2.39.2