owenb 2002/06/06 05:28:32
Modified: java/test/util TestUtilities.java
Log:
Reference to apache-temp-wsif needed changing to xml-axis-wsif in getWsdlPath method
Revision Changes Path
1.2 +1 -1 xml-axis-wsif/java/test/util/TestUtilities.java
Index: TestUtilities.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/test/util/TestUtilities.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestUtilities.java 6 Jun 2002 08:29:00 -0000 1.1
+++ TestUtilities.java 6 Jun 2002 12:28:32 -0000 1.2
@@ -80,7 +80,7 @@
if (!wsdlPath.equals("") && !wsdlPath.endsWith(slash))
wsdlPath += slash;
- wsdlPath += "apache-temp-wsif" + slash;
+ wsdlPath += "xml-axis-wsif" + slash;
if (relativePath != null && relativePath.length() != 0) {
StringBuffer relativeBuff = new StringBuffer(relativePath);