Bug 10458: t/Z3950.t should be removed too
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 14 Jun 2013 12:48:46 +0000 (14:48 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 14 Jun 2013 15:01:08 +0000 (08:01 -0700)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/Z3950.t [deleted file]

diff --git a/t/Z3950.t b/t/Z3950.t
deleted file mode 100644 (file)
index 4fb4c37..0000000
--- a/t/Z3950.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::Z3950');
-}
-