[Koha-patches] [PATCH] [followup](bug #3678) little bugfix

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Thu Oct 1 10:36:50 CEST 2009


Change the number of tests.
---
 t/db_dependent/Reserves.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t
index 88a5459..177febb 100755
--- a/t/db_dependent/Reserves.t
+++ b/t/db_dependent/Reserves.t
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use C4::Branch;
 
-use Test::More tests => 1;
+use Test::More tests => 4;
 
 BEGIN {
 	use FindBin;
-- 
1.6.0.4




More information about the Koha-patches mailing list