[jboss-cvs] JBossAS SVN: r64662 - trunk/testsuite/src/main/org/jboss/test/naming/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 17 13:55:23 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-17 13:55:23 -0400 (Fri, 17 Aug 2007)
New Revision: 64662

Modified:
   trunk/testsuite/src/main/org/jboss/test/naming/test/NamingRestartUnitTestCase.java
Log:
Adjust ports to better avoid conflicts

Modified: trunk/testsuite/src/main/org/jboss/test/naming/test/NamingRestartUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/naming/test/NamingRestartUnitTestCase.java	2007-08-17 17:54:25 UTC (rev 64661)
+++ trunk/testsuite/src/main/org/jboss/test/naming/test/NamingRestartUnitTestCase.java	2007-08-17 17:55:23 UTC (rev 64662)
@@ -41,8 +41,8 @@
  */
 public class NamingRestartUnitTestCase extends JBossTestCase
 {
-   private static final String namingPort = "9099";
-   private static final String haNamingPort = "1110";
+   private static final String namingPort = "19099";
+   private static final String haNamingPort = "19100";
  
    private static boolean deployed = true;
    
@@ -85,7 +85,7 @@
       Context ctx1 = new InitialContext(env);
       assertEquals(ObjectBinder.VALUE, ctx1.lookup(ObjectBinder.NAME));
       
-      // HOLD ONTO REF to ctx1 so the ref to it does not get gc'ed from
+      // HOLD ONTO REF to ctx1 so the weak ref to it does not get gc'ed from
       // static map in org.jnp.interfaces.NamingContext.
       
       // Redeploy the naming service




More information about the jboss-cvs-commits mailing list