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