/[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 514 - (show annotations)
Tue May 16 13:38:09 2006 UTC (17 years, 11 months ago) by dpavlin
File MIME type: application/x-troff
File size: 559 byte(s)
 r679@llin:  dpavlin | 2006-05-16 15:41:59 +0200
 begin work on validation framework

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

  ViewVC Help
Powered by ViewVC 1.1.26