From c0c51c0e68915cadad70c681122713db94d64bae Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Thu, 24 Sep 2015 17:07:05 +0100
Subject: [PATCH] Bug 14884: Adjust the number of tests
Content-Type: text/plain; charset=utf-8
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
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 431bf33..b7b7125 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 => 69;
+use Test::More tests => 63;
BEGIN {
use_ok('C4::Circulation');
--
1.7.10.4