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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 23 15:57:54 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-23 15:57:54 -0400 (Sat, 23 Oct 2010)
New Revision: 108854

Modified:
   branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/web/test/RemoteClassloadingServiceUnitTestCase.java
Log:
Fix URL generation in a number of test cases (JBAS-8540)

Modified: branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/web/test/RemoteClassloadingServiceUnitTestCase.java
===================================================================
--- branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/web/test/RemoteClassloadingServiceUnitTestCase.java	2010-10-23 19:31:03 UTC (rev 108853)
+++ branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/web/test/RemoteClassloadingServiceUnitTestCase.java	2010-10-23 19:57:54 UTC (rev 108854)
@@ -37,8 +37,8 @@
  */
 public class RemoteClassloadingServiceUnitTestCase extends JBossTestCase
 {
-	//JBAS-8540)
-   static final String baseURL = "http://" + getServerHostForURL() + ":8083/";
+	//JBAS-8540
+   final String baseURL = "http://" + getServerHostForURL() + ":8083/";
    
    public RemoteClassloadingServiceUnitTestCase(String name)
    {



More information about the jboss-cvs-commits mailing list