From 4a788d4e415f13fb2bc673cd9ffd2c6d181c05af Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 29 Oct 2014 20:40:37 -0300 Subject: [PATCH] Bug 12653: (RM followup) Fix the test count Bug 12233 removed the prog and CCSR theme directories, so the number of tests needs to be fixed. Signed-off-by: Tomas Cohen Arazi --- xt/author/icondirectories.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xt/author/icondirectories.t b/xt/author/icondirectories.t index 08f1368569..e5b0039474 100644 --- a/xt/author/icondirectories.t +++ b/xt/author/icondirectories.t @@ -28,14 +28,13 @@ ensures that they are. =cut -use strict; -use warnings; +use Modern::Perl; use lib qw( .. ); use Data::Dumper; use File::Find; -use Test::More tests => 6; +use Test::More tests => 3; # hardcoded OPAC & STAFF dirs my $opac_dir = 'koha-tmpl/opac-tmpl'; @@ -92,3 +91,4 @@ for my $staff_theme ( @staff_themes ) { } } +1; -- 2.20.1