[jboss-cvs] JBossAS SVN: r96862 - branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/main/org/jboss/test/web/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 24 10:04:10 EST 2009


Author: rachmatowicz at jboss.com
Date: 2009-11-24 10:04:09 -0500 (Tue, 24 Nov 2009)
New Revision: 96862

Modified:
   branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java
Log:
Fix to URL generation in org.jboss.test.web.security.AuthenticatorsExternalizationTestCase

Modified: branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java	2009-11-24 14:42:44 UTC (rev 96861)
+++ branches/JBPAPP_4_2_0_GA_CP_IPV6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java	2009-11-24 15:04:09 UTC (rev 96862)
@@ -37,7 +37,7 @@
 public class AuthenticatorsExternalizationTestCase extends JBossTestCase
 { 
    MBeanServerConnection server = null;
-   private String baseURLNoAuth = "http://" + getServerHost() + ":" + Integer.getInteger("web.port", 8080) + "/"; 
+   private String baseURLNoAuth = "http://" + getServerHostForURL() + ":" + Integer.getInteger("web.port", 8080) + "/"; 
    
    
    public AuthenticatorsExternalizationTestCase(String name)




More information about the jboss-cvs-commits mailing list