[jboss-cvs] JBossAS SVN: r109693 - branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 3 00:04:08 EST 2010


Author: rachmatowicz at jboss.com
Date: 2010-12-03 00:04:07 -0500 (Fri, 03 Dec 2010)
New Revision: 109693

Modified:
   branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java
Log:
Fix up base URLs in AuthenticatorsExternalizationTestCase (JBAS-8540) 

Modified: branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java
===================================================================
--- branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java	2010-12-03 04:42:27 UTC (rev 109692)
+++ branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/security/AuthenticatorsExternalizationTestCase.java	2010-12-03 05:04:07 UTC (rev 109693)
@@ -50,7 +50,7 @@
    public void setUp() throws Exception
    {
       super.setUp();
-      baseURLNoAuth = "http://" + getServerHost() + ":" + Integer.getInteger("web.port", 8080) + "/";
+      baseURLNoAuth = "http://" + getServerHostForURL() + ":" + Integer.getInteger("web.port", 8080) + "/";
       this.serverFound();
       this.deploy("auth-ext-header-web.ear");
       server = getServer();



More information about the jboss-cvs-commits mailing list