From 0999e1b7d6752452f96bf91fdd135c59f2232e90 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 52feabf..38f7216 100644 --- a/t/db_dependent/Bookseller.t +++ b/t/db_dependent/Bookseller.t @@ -2,7 +2,7 @@ use Modern::Perl; -use Test::More tests => 69; +use Test::More tests => 82; use C4::Context; use Koha::DateUtils; use DateTime::Duration; -- 1.7.9.5