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 <gmc@esilibrary.com>
This commit is contained in:
parent
88d1e14728
commit
dcbe50cde8
1 changed files with 0 additions and 14 deletions
|
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in a new issue