/[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 1257 - (show annotations)
Tue Jul 28 12:43:00 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 717 byte(s)
Estraier is optional, so don't test it here

1 #!/usr/bin/perl -w
2
3 use strict;
4
5 use Test::More tests => 12;
6 use lib 'lib';
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::Normalize::MARC' );
18 use_ok( 'WebPAC::Output' );
19 #use_ok( 'WebPAC::Output::Estraier' );
20 use_ok( 'WebPAC::Output::TT' );
21 use_ok( 'WebPAC::Output::MARC' );
22 use_ok( 'WebPAC::Output::JSON' );
23 #use_ok( 'WebPAC::Output::KinoSearch' ); # needs optional KinoSearch
24 #use_ok( 'WebPAC::Output::Webpacus' ); # needs Jifty which is optional
25 }
26
27 diag( "Testing WebPAC $WebPAC::VERSION, Perl 5.008007, /usr/bin/perl" );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26