juergen 02/02/15 06:16:55
Modified:
testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor
TProcessors.java
Log:
The test suite does not need the server any more (url encode method from util)
Revision Changes Path
1.8 +6 -6
jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java
Index: TProcessors.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TProcessors.java 14 Feb 2002 09:16:40 -0000 1.7
+++ TProcessors.java 15 Feb 2002 14:16:55 -0000 1.8
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java,v
1.7 2002/02/14 09:16:40 juergen Exp $
- * $Revision: 1.7 $
- * $Date: 2002/02/14 09:16:40 $
+ * $Header:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/src/org/apache/slide/testsuite/testtools/tprocessor/TProcessors.java,v
1.8 2002/02/15 14:16:55 juergen Exp $
+ * $Revision: 1.8 $
+ * $Date: 2002/02/15 14:16:55 $
*
* ====================================================================
*
@@ -71,7 +71,7 @@
import org.apache.webdav.lib.*;
import org.apache.webdav.lib.methods.*;
import org.apache.util.WebdavStatus;
-import org.apache.slide.webdav.WebdavUtils;
+import org.apache.util.URLUtil;
// jdom
import org.jdom.*;
import org.jdom.input.*;
@@ -84,7 +84,7 @@
* Main class to performe a test case and check and report the results
*
* @author Software AG
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
*/
public class TProcessors {
@@ -511,7 +511,7 @@
}
xmlresult.writeElement("method", method.getName());
- xmlresult.writeElement("url",
WebdavUtils.encodeURL(method.getPath(),"UTF-8"));
+ xmlresult.writeElement("url",
URLUtil.URLEncode(method.getPath(),"UTF-8"));
client.executeMethod(method);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>