From dcbe50cde84505198dffbd1a65d998287f0902dc Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 17 Sep 2013 16:35:57 +0000 Subject: [PATCH] Bug 10897: remove test for module that has become DB-dependent This is an alternative appraoch to fixing this bug; as the compilation test for C4::ILSDI::Services also resides in t/db_dependent/ILSDI_Services.t, we don't need t/ILSDI_Services.t at present. Signed-off-by: Galen Charlton --- t/ILSDI_Services.t | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 t/ILSDI_Services.t diff --git a/t/ILSDI_Services.t b/t/ILSDI_Services.t deleted file mode 100755 index 99476d3382..0000000000 --- a/t/ILSDI_Services.t +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl -# -# This Koha test module is a stub! -# Add more tests here!!! - -use strict; -use warnings; - -use Test::More tests => 1; - -BEGIN { - use_ok('C4::ILSDI::Services'); -} - -- 2.20.1