From 81acd5d633dcae0e3a4875403dbb83c947e154c1 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@biblibre.com>
Date: Mon, 13 Apr 2015 12:34:14 +0200
Subject: [PATCH] [PASSED QA] Bug 13919: Make the tests pass fixing the number
of tests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
t/db_dependent/Circulation.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t
index 53ea1ce..30a5fe7 100755
--- a/t/db_dependent/Circulation.t
+++ b/t/db_dependent/Circulation.t
@@ -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');
--
1.9.1