dims 2003/01/09 06:42:22 Modified: java/test/wsdl/interop5/complextype ComplexTypeExtensionsServiceTestCase.java Log: BAD cut-n-paste.... Revision Changes Path 1.3 +1 -1 xml-axis/java/test/wsdl/interop5/complextype/ComplexTypeExtensionsServiceTestCase.java Index: ComplexTypeExtensionsServiceTestCase.java =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/interop5/complextype/ComplexTypeExtensionsServiceTestCase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ComplexTypeExtensionsServiceTestCase.java 9 Jan 2003 13:50:40 -0000 1.2 +++ ComplexTypeExtensionsServiceTestCase.java 9 Jan 2003 14:42:22 -0000 1.3 @@ -14,7 +14,7 @@ protected void setUp() throws Exception { if(url == null) { - url = new URL(new test.wsdl.interop4.groupG.dime.doc.DimeDOCInteropLocator().getDimeDOCSoapPortAddress()); + url = new URL(new test.wsdl.interop5.complextype.ComplexTypeExtensionsServiceLocator().getComplexTypeExtensionsPortAddress()); } }