/[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 1113 - (show annotations)
Mon Sep 22 15:06:06 2008 UTC (15 years, 6 months ago) by dpavlin
File MIME type: application/x-troff
File size: 681 byte(s)
remove WebPAC::Output::Webpacus which depends on optional Jifty

1 #!/usr/bin/perl -w
2
3 use strict;
4
5 use Test::More tests => 14;
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::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' );
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" );

  ViewVC Help
Powered by ViewVC 1.1.26