From 855f1771c9c4d74d0f791718e12e1cc90a40abd7 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 12 Jun 2012 18:37:37 +1200 Subject: [PATCH] Bug 5337 : Upping the count of the unit tests --- t/db_dependent/Serials.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Serials.t b/t/db_dependent/Serials.t index 585b17c..424effc 100644 --- a/t/db_dependent/Serials.t +++ b/t/db_dependent/Serials.t @@ -9,7 +9,7 @@ use YAML; use C4::Serials; use C4::Debug; -use Test::More tests => 33; +use Test::More tests => 34; BEGIN { use_ok('C4::Serials'); -- 1.7.10