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

Diff of /t/1-COBISS.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by dpavlin, Fri Jun 19 17:50:34 2009 UTC revision 4 by dpavlin, Sat Jun 20 19:28:04 2009 UTC
# Line 3  Line 3 
3  use warnings;  use warnings;
4  use strict;  use strict;
5    
6  use Test::More tests => 2;  use Test::More tests => 3;
7    
8  use_ok 'COBISS';  use_ok 'COBISS';
9    
10  ok( my $results = COBISS->search() );  ok( my $search = COBISS->search( 'TI=book' ), 'search' );
11    
12    ok( my $marc = COBISS->fetch_marc, 'fetch_marc' );

Legend:
Removed from v.1  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26