/[Biblio-Isis]/trunk/t/001_load.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 /trunk/t/001_load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations)
Thu Dec 30 23:16:20 2004 UTC (19 years, 3 months ago) by dpavlin
File MIME type: application/x-troff
File size: 197 byte(s)
added real test (beginning of...) and changed some confesses to croak

1 dpavlin 1 #!/usr/bin/perl -w
2    
3     use strict;
4     use blib;
5    
6     use Test::More tests => 2;
7    
8     BEGIN { use_ok( 'IsisDB' ); }
9    
10     my $object = IsisDB->new (
11 dpavlin 19 isisdb => './data/winisis/BIBL',
12 dpavlin 2 );
13 dpavlin 1
14     isa_ok ($object, 'IsisDB');
15    
16    

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26