Just basic tests, but they should catch syntax problems at least.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
--- /dev/null
+#!perl -T
+
+use Test::More tests => 6;
+
+BEGIN {
+ use_ok( 'OpenILS::WWW::EGCatLoader' );
+}
+use_ok( 'OpenILS::WWW::EGCatLoader::Account' );
+use_ok( 'OpenILS::WWW::EGCatLoader::Container' );
+use_ok( 'OpenILS::WWW::EGCatLoader::Record' );
+use_ok( 'OpenILS::WWW::EGCatLoader::Search' );
+use_ok( 'OpenILS::WWW::EGCatLoader::Util' );