/[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 536 - (show annotations)
Mon Jun 26 16:39:51 2006 UTC (17 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 554 byte(s)
 r719@llin:  dpavlin | 2006-06-26 18:40:57 +0200
 big refacture: depriciate and remove all normalisation formats except .pl sets (but
 old code is still available in WebPAC::Lookup::Normalize because lookups use it) [2.20]

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' );
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