[Opensrf-commits] r2151 - trunk/src/perl/t (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jan 26 12:51:29 EST 2011


Author: dbs
Date: 2011-01-26 12:51:26 -0500 (Wed, 26 Jan 2011)
New Revision: 2151

Added:
   trunk/src/perl/t/08-Server.t
Removed:
   trunk/src/perl/t/08-UnixServer.t
Log:
OpenSRF::UnixServer doesn't live here any more

This test was still succeeding on hosts that had installed
previous versions of OpenSRF, but failed on a shiny new
test instance.


Copied: trunk/src/perl/t/08-Server.t (from rev 2148, trunk/src/perl/t/08-UnixServer.t)
===================================================================
--- trunk/src/perl/t/08-Server.t	                        (rev 0)
+++ trunk/src/perl/t/08-Server.t	2011-01-26 17:51:26 UTC (rev 2151)
@@ -0,0 +1,7 @@
+#!perl -T
+
+use Test::More tests => 1;
+
+BEGIN {
+	use_ok( 'OpenSRF::Server' );
+}

Deleted: trunk/src/perl/t/08-UnixServer.t
===================================================================
--- trunk/src/perl/t/08-UnixServer.t	2011-01-26 03:34:46 UTC (rev 2150)
+++ trunk/src/perl/t/08-UnixServer.t	2011-01-26 17:51:26 UTC (rev 2151)
@@ -1,7 +0,0 @@
-#!perl -T
-
-use Test::More tests => 1;
-
-BEGIN {
-	use_ok( 'OpenSRF::UnixServer' );
-}



More information about the opensrf-commits mailing list