/[webpac2]/trunk/t/2-input-isis.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/2-input-isis.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations)
Sat Jul 16 16:48:35 2005 UTC (18 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 332 byte(s)
little cleanup and first cut into WebPAC::Normalize::XML

1 #!/usr/bin/perl -w
2
3 use Test::More tests => 4;
4 use Test::Exception;
5 use blib;
6 use strict;
7
8 BEGIN {
9 use_ok( 'WebPAC::Input::ISIS' );
10 }
11
12 ok(my $isis = new WebPAC::Input::ISIS(), "new");
13
14 throws_ok { $isis->open() } qr/filename/, "need filename";
15
16 throws_ok { $isis->open( filename => '/dev/null' ) } qr/can't find database/ , "open";

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26