/[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 949 - (show annotations)
Thu Nov 1 00:16:48 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: application/x-troff
File size: 678 byte(s)
 r1433@llin:  dpavlin | 2007-10-31 22:48:02 +0100
 HUGE swiping changes to implement new testing architecture
 based on all new WebPAC::Test module which makes
 test writing a joy

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

  ViewVC Help
Powered by ViewVC 1.1.26