butek 02/02/28 11:33:19
Modified: java/test/wsdl/interop3/groupE/client
InteropTestDocLitServiceTestCase.java
Log:
fix a compile error.
Revision Changes Path
1.4 +1 -1
xml-axis/java/test/wsdl/interop3/groupE/client/InteropTestDocLitServiceTestCase.java
Index: InteropTestDocLitServiceTestCase.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/test/wsdl/interop3/groupE/client/InteropTestDocLitServiceTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- InteropTestDocLitServiceTestCase.java 28 Feb 2002 17:58:51 -0000 1.3
+++ InteropTestDocLitServiceTestCase.java 28 Feb 2002 19:33:19 -0000 1.4
@@ -65,7 +65,7 @@
import junit.framework.AssertionFailedError;
public class InteropTestDocLitServiceTestCase extends junit.framework.TestCase {
- public static URL url;
+ public static java.net.URL url;
public InteropTestDocLitServiceTestCase(String name) {
super(name);