forked from pool/apache-commons-httpclient
Accepting request 150900 from home:posophe
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
This commit is contained in:
20
apache-commons-httpclient-disablecryptotests.patch
Normal file
20
apache-commons-httpclient-disablecryptotests.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
--- ./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;
|
||||
}
|
Reference in New Issue
Block a user