Merge "Update test host used for TLS host verification." into qt-dev am: 0db9c1e7f3 am: 7f799aae8e

am: 8a42d78350

Change-Id: If5dcfe0e479ccf96b1ee285d082f1b98189e27af
This commit is contained in:
Pete Bentley
2019-06-10 01:56:37 -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 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;
/**