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

Contents of /trunk/t/001_load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Tue Dec 28 00:43:04 2004 UTC (19 years, 3 months ago) by dpavlin
File MIME type: application/x-troff
File size: 208 byte(s)
Import of old code back from february to actually make it work.

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 isisdb => '/data/isis_data/ps/LIBRI/LIBRI',
12
13 );
14 isa_ok ($object, 'IsisDB');
15
16

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26