Bug 13919: Make the tests pass fixing the number of tests
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 13 Apr 2015 10:34:14 +0000 (12:34 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 28 Apr 2015 18:11:34 +0000 (15:11 -0300)
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/db_dependent/Circulation.t

index 53ea1ce..30a5fe7 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Overdues qw(UpdateFine);
 use Koha::DateUtils;
 use Koha::Database;
 
-use Test::More tests => 60;
+use Test::More tests => 61;
 
 BEGIN {
     use_ok('C4::Circulation');