You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
891 B
21 lines
891 B
--- ./src/test/org/apache/commons/httpclient/params/TestParamsAll.java.sav 2006-07-20 18:42:17.000000000 -0400
|
|
+++ ./src/test/org/apache/commons/httpclient/params/TestParamsAll.java 2006-07-20 18:42:26.000000000 -0400
|
|
@@ -43,7 +43,6 @@
|
|
public static Test suite() {
|
|
TestSuite suite = new TestSuite();
|
|
suite.addTest(TestHttpParams.suite());
|
|
- suite.addTest(TestSSLTunnelParams.suite());
|
|
return suite;
|
|
}
|
|
|
|
--- ./src/test/org/apache/commons/httpclient/TestAll.java.sav 2006-07-20 18:42:56.000000000 -0400
|
|
+++ ./src/test/org/apache/commons/httpclient/TestAll.java 2006-07-20 18:43:01.000000000 -0400
|
|
@@ -100,7 +100,6 @@
|
|
// Non compliant behaviour
|
|
suite.addTest(TestNoncompliant.suite());
|
|
// Proxy
|
|
- suite.addTest(TestProxy.suite());
|
|
suite.addTest(TestProxyWithRedirect.suite());
|
|
return suite;
|
|
}
|