forked from pool/apache-commons-httpclient
d17b5fb839
Replace jakarta-commons-httpclient ( dead project ) OBS-URL: https://build.opensuse.org/request/show/150900 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-httpclient?expand=0&rev=1
21 lines
891 B
Diff
21 lines
891 B
Diff
--- ./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;
|
|
}
|