[jboss-cvs] JBossAS SVN: r108858 - 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 18:41:59 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-23 18:41:59 -0400 (Sat, 23 Oct 2010)
New Revision: 108858

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 21:55:54 UTC (rev 108857)
+++ branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/web/test/RemoteClassloadingServiceUnitTestCase.java	2010-10-23 22:41:59 UTC (rev 108858)
@@ -45,7 +45,7 @@
       super(name);
    }
    
-   public setUp()()
+   public void setUp()
    {
       super.setUp();
       baseURL = "http://" + getServerHostForURL() + ":8083/";



More information about the jboss-cvs-commits mailing list