/[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 209 - (show annotations)
Mon Dec 5 17:46:57 2005 UTC (18 years, 4 months ago) by dpavlin
File MIME type: application/x-troff
File size: 529 byte(s)
 r11518@llin:  dpavlin | 2005-12-04 19:43:29 +0100
 renamed WebPAC::DB to WebPAC::Store

1 #!/usr/bin/perl -w
2
3 use Test::More tests => 12;
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::Store' );
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::TT' );
17 use_ok( 'WebPAC::Output::OAI' );
18 use_ok( 'WebPAC::Output::CDBI' );
19 use_ok( 'WebPAC::Search::Estraier' );
20 }
21
22 diag( "Testing WebPAC $WebPAC::VERSION, Perl 5.008007, /usr/bin/perl" );

  ViewVC Help
Powered by ViewVC 1.1.26