Bug 10897: remove test for module that has become DB-dependent
authorGalen Charlton <gmc@esilibrary.com>
Tue, 17 Sep 2013 16:35:57 +0000 (16:35 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 17 Sep 2013 16:35:57 +0000 (16:35 +0000)
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 <gmc@esilibrary.com>
t/ILSDI_Services.t [deleted file]

diff --git a/t/ILSDI_Services.t b/t/ILSDI_Services.t
deleted file mode 100755 (executable)
index 99476d3..0000000
+++ /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');
-}
-