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

am: 7f799aae8e

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