Merge "Update test host used for TLS host verification." into qt-dev

am: 0db9c1e7f3

Change-Id: I71c976d7287cea99d64ff8bace7a7ce0efef955c
This commit is contained in:
Pete Bentley
2019-06-10 01:46:29 -07:00
committed by android-build-merger

View File

@@ -92,7 +92,7 @@ public class SSLCertificateSocketFactoryTest extends AndroidTestCase {
// a host and port that are expected to be available but have // a host and port that are expected to be available but have
// a cert with a different CN, in this case CN=mail.google.com // a cert with a different CN, in this case CN=mail.google.com
private static String TEST_CREATE_SOCKET_HOST = "googlemail.com"; private static String TEST_CREATE_SOCKET_HOST = "www3.l.google.com";
private static int TEST_CREATE_SOCKET_PORT = 443; private static int TEST_CREATE_SOCKET_PORT = 443;
/** /**