unit test stub for Z3950.pm
authorDaniel Grobani <daniel.grobani@gmail.com>
Sat, 30 Oct 2010 02:44:27 +0000 (22:44 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 31 Oct 2010 02:37:14 +0000 (22:37 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
t/Z3950.t [new file with mode: 0644]

diff --git a/t/Z3950.t b/t/Z3950.t
new file mode 100644 (file)
index 0000000..4fb4c37
--- /dev/null
+++ b/t/Z3950.t
@@ -0,0 +1,14 @@
+#!/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');
+}
+