olegk 2004/11/04 04:08:54
Modified: httpclient/src/test/org/apache/commons/httpclient
HttpClientTestBase.java
Log:
Disable use proxy flag for now
Revision Changes Path
1.6 +5 -7
jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/HttpClientTestBase.java
Index: HttpClientTestBase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/HttpClientTestBase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- HttpClientTestBase.java 1 Nov 2004 02:21:15 -0000 1.5
+++ HttpClientTestBase.java 4 Nov 2004 12:08:53 -0000 1.6
@@ -24,8 +24,6 @@
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*
- * [Additional notices, if required by prior licensing conditions]
- *
*/
package org.apache.commons.httpclient;
@@ -55,7 +53,7 @@
protected SimpleHttpServer server = null;
protected SimpleProxy proxy = null;
- private boolean useProxy = true;
+ private boolean useProxy = false;
// ------------------------------------------------------------ Constructor
public HttpClientTestBase(final String testName) throws IOException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]