/[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

Annotation of /t/1-COBISS.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations)
Sat Jun 20 19:28:04 2009 UTC (14 years, 9 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 dpavlin 1 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5    
6 dpavlin 4 use Test::More tests => 3;
7 dpavlin 1
8     use_ok 'COBISS';
9    
10 dpavlin 4 ok( my $search = COBISS->search( 'TI=book' ), 'search' );
11 dpavlin 1
12 dpavlin 4 ok( my $marc = COBISS->fetch_marc, 'fetch_marc' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26