fixed test case

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@493118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-01-05 18:27:08 +00:00
parent d35c93558c
commit fe3d1bfb62
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class TestSSLSocketFactory extends TestCase
int port = serverSocket.getLocalPort();
// System.out.println("\nlistening on port: " + port);
SSLSocketFactory ssf = new SSLSocketFactory();
SSLSocketFactory ssf = SSLSocketFactory.getSocketFactory();
ssf.setHostnameVerifier(HostnameVerifier.ALLOW_ALL);
// Test 1 - createSocket()