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