/[webpac2]/trunk/t/0-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/0-load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Sat Jul 16 20:35:30 2005 UTC (18 years, 8 months ago) by dpavlin
File MIME type: application/x-troff
File size: 490 byte(s)
ISIS input is finished, low_mem option has code (and not only documentation :-)

1 #!/usr/bin/perl -w
2
3 use Test::More tests => 11;
4 use blib;
5 use strict;
6
7 BEGIN {
8 use_ok( 'WebPAC' );
9 use_ok( 'WebPAC::Input' );
10 use_ok( 'WebPAC::Input::ISIS' );
11 use_ok( 'WebPAC::DB' );
12 use_ok( 'WebPAC::Lookup' );
13 use_ok( 'WebPAC::Normalize::XML' );
14 use_ok( 'WebPAC::Output' );
15 use_ok( 'WebPAC::Output::Estraier' );
16 use_ok( 'WebPAC::Output::html' );
17 use_ok( 'WebPAC::Output::OAI' );
18 use_ok( 'WebPAC::Output::CDBI' );
19 }
20
21 diag( "Testing WebPAC $WebPAC::VERSION, Perl 5.008007, /usr/bin/perl" );

  ViewVC Help
Powered by ViewVC 1.1.26