From eff8d1ab36c65ab4e18cba17430392de6845d311 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 30 Oct 2014 00:47:13 -0300 Subject: [PATCH] Bug 7162: (RM followup) fix the number of tests Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Acquisition.t | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t index ef611f68e7..27da4e0ca1 100755 --- a/t/db_dependent/Acquisition.t +++ b/t/db_dependent/Acquisition.t @@ -1,14 +1,27 @@ #!/usr/bin/perl + +# This file is part of Koha. +# +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# This Koha test module is a stub! -# Add more tests here!!! +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use Modern::Perl; + use POSIX qw(strftime); use C4::Bookseller qw( GetBookSellerFromId ); -use Test::More tests => 90; +use Test::More tests => 87; BEGIN { use_ok('C4::Acquisition'); -- 2.20.1