[jbosscache-commits] JBoss Cache SVN: r7415 - core/trunk/src/test/java/org/jboss/cache.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 8 12:09:54 EST 2009


Author: mircea.markus
Date: 2009-01-08 12:09:54 -0500 (Thu, 08 Jan 2009)
New Revision: 7415

Modified:
   core/trunk/src/test/java/org/jboss/cache/ResourceCleanupTest.java
Log:
enforce binding to 127.0.0.1

Modified: core/trunk/src/test/java/org/jboss/cache/ResourceCleanupTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/ResourceCleanupTest.java	2009-01-08 17:09:05 UTC (rev 7414)
+++ core/trunk/src/test/java/org/jboss/cache/ResourceCleanupTest.java	2009-01-08 17:09:54 UTC (rev 7415)
@@ -40,7 +40,7 @@
       if (bindAddress == null)
       {
          System.out.println("Setting bind.address to 127.0.0.1 as it is missing!!!");
-//         System.setProperty("bind.address","127.0.0.1");
+         System.setProperty("bind.address","127.0.0.1");
       }
       System.out.println("java.vm.version = " + System.getProperty("java.vm.version"));
       System.out.println("os.name = " + System.getProperty("java.vm.version"));




More information about the jbosscache-commits mailing list