/[Z3950-HTML-Scraper]/t/2-Aleph.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/2-Aleph.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations)
Fri Oct 22 20:25:51 2010 UTC (13 years, 6 months ago) by dpavlin
File MIME type: application/x-troff
File size: 197 byte(s)
basic parser for Aleph html at NSK

1 dpavlin 11 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5    
6     use Test::More tests => 3;
7    
8     use_ok 'Aleph';
9    
10     ok( my $search = Aleph->search( 'WTI=linux' ), 'search' );
11    
12     ok( my $marc = Aleph->next_marc, 'next_marc' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26