[jboss-cvs] JBossAS SVN: r108533 - branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 12 19:17:05 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-10-12 19:17:04 -0400 (Tue, 12 Oct 2010)
New Revision: 108533

Modified:
   branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/PersistentManagerFormAuthTestCase.java
Log:
Port test fix from JBPAPP_5_1

Modified: branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/PersistentManagerFormAuthTestCase.java
===================================================================
--- branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/PersistentManagerFormAuthTestCase.java	2010-10-12 21:28:26 UTC (rev 108532)
+++ branches/JBPAPP_5_1_datagrid/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/PersistentManagerFormAuthTestCase.java	2010-10-12 23:17:04 UTC (rev 108533)
@@ -55,7 +55,7 @@
    protected void setUp() throws Exception
    {
       super.setUp();
-      baseURLNoAuth = "http://" + getServerHost() + ":" + Integer.getInteger("web.port", 8080); 
+      baseURLNoAuth = getHttpURLs()[0];
    }
    
    protected String getContextPath()



More information about the jboss-cvs-commits mailing list