[Opensrf-commits] r1753 - trunk/src/perl/t (sboyette)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Aug 25 11:45:04 EDT 2009


Author: sboyette
Date: 2009-08-25 11:45:01 -0400 (Tue, 25 Aug 2009)
New Revision: 1753

Added:
   trunk/src/perl/t/09-Utils-Cache.t
   trunk/src/perl/t/09-Utils-Config.t
   trunk/src/perl/t/09-Utils-JSON.t
   trunk/src/perl/t/09-Utils-LogServer.t
   trunk/src/perl/t/09-Utils-Logger.t
   trunk/src/perl/t/09-Utils-SettingsClient.t
   trunk/src/perl/t/09-Utils-SettingsParser.t
Log:
new test files for Utils breakout

Added: trunk/src/perl/t/09-Utils-Cache.t
===================================================================
--- trunk/src/perl/t/09-Utils-Cache.t	                        (rev 0)
+++ trunk/src/perl/t/09-Utils-Cache.t	2009-08-25 15:45:01 UTC (rev 1753)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Utils::Cache' );
+}

Added: trunk/src/perl/t/09-Utils-Config.t
===================================================================
--- trunk/src/perl/t/09-Utils-Config.t	                        (rev 0)
+++ trunk/src/perl/t/09-Utils-Config.t	2009-08-25 15:45:01 UTC (rev 1753)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Utils::Config' );
+}

Added: trunk/src/perl/t/09-Utils-JSON.t
===================================================================
--- trunk/src/perl/t/09-Utils-JSON.t	                        (rev 0)
+++ trunk/src/perl/t/09-Utils-JSON.t	2009-08-25 15:45:01 UTC (rev 1753)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Utils::JSON' );
+}

Added: trunk/src/perl/t/09-Utils-LogServer.t
===================================================================
--- trunk/src/perl/t/09-Utils-LogServer.t	                        (rev 0)
+++ trunk/src/perl/t/09-Utils-LogServer.t	2009-08-25 15:45:01 UTC (rev 1753)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Utils::LogServer' );
+}

Added: trunk/src/perl/t/09-Utils-Logger.t
===================================================================
--- trunk/src/perl/t/09-Utils-Logger.t	                        (rev 0)
+++ trunk/src/perl/t/09-Utils-Logger.t	2009-08-25 15:45:01 UTC (rev 1753)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Utils::Logger' );
+}

Added: trunk/src/perl/t/09-Utils-SettingsClient.t
===================================================================
--- trunk/src/perl/t/09-Utils-SettingsClient.t	                        (rev 0)
+++ trunk/src/perl/t/09-Utils-SettingsClient.t	2009-08-25 15:45:01 UTC (rev 1753)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Utils::SettingsClient' );
+}

Added: trunk/src/perl/t/09-Utils-SettingsParser.t
===================================================================
--- trunk/src/perl/t/09-Utils-SettingsParser.t	                        (rev 0)
+++ trunk/src/perl/t/09-Utils-SettingsParser.t	2009-08-25 15:45:01 UTC (rev 1753)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Utils::SettingsParser' );
+}



More information about the opensrf-commits mailing list