Revert change committed by mistake
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b73b9c74e
commit
12e382daf9
|
@ -54,7 +54,6 @@ import org.apache.http.localserver.BasicServerTestBase;
|
|||
import org.apache.http.localserver.LocalTestServer;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
@ -179,7 +178,7 @@ public class TestSSLSocketFactory extends BasicServerTestBase {
|
|||
httpclient.execute(target, httpget);
|
||||
}
|
||||
|
||||
@Test @Ignore
|
||||
@Test
|
||||
public void testSSLTrustVerificationOverride() throws Exception {
|
||||
// Use default SSL context
|
||||
SSLContext defaultsslcontext = SSLContext.getInstance("TLS");
|
||||
|
|
Loading…
Reference in New Issue