/[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 1036 - (show annotations)
Mon Nov 12 11:10:48 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: application/x-troff
File size: 648 byte(s)
 r1610@llin:  dpavlin | 2007-11-12 12:10:45 +0100
 split MARC handling routines into WebPAC::Normalize::MARC [2.31]

1 #!/usr/bin/perl -w
2
3 use strict;
4
5 use Test::More tests => 15;
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' );
25 }
26
27 diag( "Testing WebPAC $WebPAC::VERSION, Perl 5.008007, /usr/bin/perl" );

  ViewVC Help
Powered by ViewVC 1.1.26