unit test stub for Z3950.pm

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Daniel Grobani 2010-10-29 22:44:27 -04:00 committed by Chris Cormack
parent 69037606f5
commit c45b18251e

14
t/Z3950.t Normal file
View file

@ -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');
}