Jenkins complaining = fixing number of tests
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Dec 2011 17:04:10 +0000 (18:04 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 7 Dec 2011 17:04:10 +0000 (18:04 +0100)
(see jenkins build http://jenkins.koha-community.org/job/Koha_master/557/#showFailuresLink)

t/Boolean.t

index 865953c..fb3b0bf 100755 (executable)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 13;
+use Test::More tests => 12;
 
 BEGIN { use_ok( 'C4::Boolean', qw( true_p ) ); }