]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/perlmods/t/20-OpenILS-Application-AuthProxy.t
qp_fix: number upgrade scripts, disable QP unit tests needing more attention
[working/Evergreen.git] / Open-ILS / src / perlmods / t / 20-OpenILS-Application-AuthProxy.t
1 #!perl -T
2
3 use Test::More tests => 3;
4
5 BEGIN {
6         use_ok( 'OpenILS::Application::AuthProxy' );
7 }
8
9 use_ok( 'OpenILS::Application::AuthProxy::AuthBase');
10 use_ok( 'OpenILS::Application::AuthProxy::LDAP_Auth');