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:
Oleg Kalnichevski 2010-06-15 14:40:31 +00:00
parent 4b73b9c74e
commit 12e382daf9
1 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,6 @@ import org.apache.http.localserver.BasicServerTestBase;
import org.apache.http.localserver.LocalTestServer; import org.apache.http.localserver.LocalTestServer;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
/** /**
@ -179,7 +178,7 @@ public class TestSSLSocketFactory extends BasicServerTestBase {
httpclient.execute(target, httpget); httpclient.execute(target, httpget);
} }
@Test @Ignore @Test
public void testSSLTrustVerificationOverride() throws Exception { public void testSSLTrustVerificationOverride() throws Exception {
// Use default SSL context // Use default SSL context
SSLContext defaultsslcontext = SSLContext.getInstance("TLS"); SSLContext defaultsslcontext = SSLContext.getInstance("TLS");