[jboss-cvs] JBossAS SVN: r108863 - 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
Sun Oct 24 19:16:50 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-24 19:16:50 -0400 (Sun, 24 Oct 2010)
New Revision: 108863

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-24 23:05:17 UTC (rev 108862)
+++ branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/web/test/RemoteClassloadingServiceUnitTestCase.java	2010-10-24 23:16:50 UTC (rev 108863)
@@ -38,7 +38,7 @@
 public class RemoteClassloadingServiceUnitTestCase extends JBossTestCase
 {
 	//JBAS-8540
-   String baseURL = = "http://" + System.getProperty("jbosstest.server.host.url", "localhost") + ":8083/";
+   String baseURL = "http://" + System.getProperty("jbosstest.server.host.url", "localhost") + ":8083/";
    
    public RemoteClassloadingServiceUnitTestCase(String name)
    {



More information about the jboss-cvs-commits mailing list