[jboss-cvs] JBossAS SVN: r108848 - branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/classloader/leak/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 23 11:48:55 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-23 11:48:55 -0400 (Sat, 23 Oct 2010)
New Revision: 108848

Modified:
   branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/classloader/leak/test/ClassloaderLeakTestBase.java
Log:
Fix URL generation in ClassloaderLeakTestBase (JBAS-8540)

Modified: branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/classloader/leak/test/ClassloaderLeakTestBase.java
===================================================================
--- branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/classloader/leak/test/ClassloaderLeakTestBase.java	2010-10-23 15:25:37 UTC (rev 108847)
+++ branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/classloader/leak/test/ClassloaderLeakTestBase.java	2010-10-23 15:48:55 UTC (rev 108848)
@@ -81,7 +81,7 @@
       for (int i = 0; i < ejbs.length; i++)
          removeClassLoader(ejbs[i]);
       
-      baseURL = "http://" + getServerHost() + ":8080/" + getWarContextPath() + "/";
+      baseURL = "http://" + getServerHostForURL() + ":8080/" + getWarContextPath() + "/";
    }
    
    protected void tearDown() throws Exception



More information about the jboss-cvs-commits mailing list