added caching of results of GetMarcStructure
[koha.git] / t / Z3950.t
blob5b720bd18c260557a0bf497595ee6b51b70491a7
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use strict;
7 use warnings;
9 use Test::More tests => 1;
11 BEGIN {
12 use FindBin;
13 use lib $FindBin::Bin;
14 use override_context_prefs;
15 use_ok('C4::Z3950');