command to test with yaz-client
[Biblio-Z3950.git] / t / 1-COBISS.t
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use Test::More tests => 3;
7
8 use_ok 'COBISS';
9
10 ok( my $search = COBISS->search( 'TI=book' ), 'search' );
11
12 ok( my $marc = COBISS->fetch_marc, 'fetch_marc' );