From c4fd05e1951fb5a83d51287cf0cd2adf04ff43fb Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 3 Jan 2012 23:30:19 -0500 Subject: [PATCH] Add tests for TPAC Perl modules Just basic tests, but they should catch syntax problems at least. Signed-off-by: Dan Scott Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/t/19-OpenILS-WWW-EGCatLoader.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Open-ILS/src/perlmods/t/19-OpenILS-WWW-EGCatLoader.t diff --git a/Open-ILS/src/perlmods/t/19-OpenILS-WWW-EGCatLoader.t b/Open-ILS/src/perlmods/t/19-OpenILS-WWW-EGCatLoader.t new file mode 100644 index 0000000000..dc57400ea8 --- /dev/null +++ b/Open-ILS/src/perlmods/t/19-OpenILS-WWW-EGCatLoader.t @@ -0,0 +1,12 @@ +#!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' ); -- 2.43.2