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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 25 16:27:56 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-25 16:27:55 -0400 (Mon, 25 Oct 2010)
New Revision: 108913

Modified:
   branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/webservice/admindevel/ExampleTestCase.java
Log:
Fix URL generation in WebServices test cases (JBAS-8540)

Modified: branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/webservice/admindevel/ExampleTestCase.java
===================================================================
--- branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/webservice/admindevel/ExampleTestCase.java	2010-10-25 20:02:04 UTC (rev 108912)
+++ branches/JBoss-AS-6.0.x_ipv6/testsuite/src/main/org/jboss/test/webservice/admindevel/ExampleTestCase.java	2010-10-25 20:27:55 UTC (rev 108913)
@@ -24,6 +24,10 @@
 import javax.naming.InitialContext;
 import javax.xml.rpc.Service;
 
+import java.net.URL;
+import java.io.BufferedReader;
+import java.io.InputStreamReader;
+import java.io.IOException;
 import junit.framework.Test;
 
 import org.jboss.test.webservice.WebserviceTestBase;



More information about the jboss-cvs-commits mailing list