]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/perlmods/t/15-OpenILS-WWW.t
355449b9e8a50825fb6955ea3544ca5bee1c1e35
[working/Evergreen.git] / Open-ILS / src / perlmods / t / 15-OpenILS-WWW.t
1 #!perl -T
2
3 use Test::More tests => 10;
4
5 use_ok( 'OpenILS::WWW::BadDebt' );
6 use_ok( 'OpenILS::WWW::EGWeb' );
7 use_ok( 'OpenILS::WWW::Exporter' );
8 use_ok( 'OpenILS::WWW::IDL2js' );
9 use_ok( 'OpenILS::WWW::PasswordReset' );
10 use_ok( 'OpenILS::WWW::Proxy' );
11 use_ok( 'OpenILS::WWW::Redirect' );
12 use_ok( 'OpenILS::WWW::TemplateBatchBibUpdate' );
13 use_ok( 'OpenILS::WWW::Vandelay' );
14 use_ok( 'OpenILS::WWW::XMLRPCGateway' );