Bug 8002: FIX Change datatype from varchar 1 to 10 for borrower_attribute_types.categ...
[koha.git] / t / Z3950.t
index 672e622..4fb4c37 100644 (file)
--- a/t/Z3950.t
+++ b/t/Z3950.t
@@ -1,5 +1,14 @@
-BEGIN { $| = 1; print "1..1\n"; }
-END {print "not ok 1\n" unless $loaded;}
-use C4::Z3950;
-$loaded = 1;
-print "ok 1\n";
+#!/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');
+}
+