/[Z3950-HTML-Scraper]/t/1-COBISS.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /t/1-COBISS.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Sat Jun 20 19:28:04 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 200 byte(s)
split COBISS into search (from advanced form) and fetch_rec,
create rewriter from Z39.50 to COBISS syntax,
added diag for output

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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26