Browse Source

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 <tomascohen@gmail.com>
3.18.x
Tomás Cohen Arazi 10 years ago
parent
commit
4a788d4e41
  1. 6
      xt/author/icondirectories.t

6
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;

Loading…
Cancel
Save