From 219a721f9b264c5ad1773b2652f2f5378597026e Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Tue, 10 Dec 2013 07:34:57 -0500 Subject: [PATCH] Bug 10402: correct number of tests When merging t/db_dependent/Bookseller.t, the number of tests listed was not changed, causing the test to fail with too many tests. --- t/db_dependent/Bookseller.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Bookseller.t b/t/db_dependent/Bookseller.t index c700de1..9485ca3 100644 --- a/t/db_dependent/Bookseller.t +++ b/t/db_dependent/Bookseller.t @@ -2,7 +2,7 @@ use Modern::Perl; -use Test::More tests => 68; +use Test::More tests => 77; use C4::Context; use Koha::DateUtils; use DateTime::Duration; -- 1.7.9.5