[Koha-patches] [PATCH] [SIGNED-OFF 2/2] unit test stub for Z3950.pm

Galen Charlton gmcharlt at gmail.com
Sat Oct 30 04:44:27 CEST 2010


From: Daniel Grobani <daniel.grobani at gmail.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 t/Z3950.t |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 t/Z3950.t

diff --git a/t/Z3950.t b/t/Z3950.t
new file mode 100644
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');
+}
+
-- 
1.7.0



More information about the Koha-patches mailing list