Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1804)

Unified Diff: net/socket/ssl_client_socket_pool_unittest.cc

Issue 10916275: * Change logic of SpdySession::VerifyDomainAuthentication to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/ssl_client_socket_pool_unittest.cc
diff --git a/net/socket/ssl_client_socket_pool_unittest.cc b/net/socket/ssl_client_socket_pool_unittest.cc
index 1dd9e55c9a5ced8b2827b962c390bf5af7e92d07..41ce4f9a23915c1d491fe14465d55ad0c86911e3 100644
--- a/net/socket/ssl_client_socket_pool_unittest.cc
+++ b/net/socket/ssl_client_socket_pool_unittest.cc
@@ -749,7 +749,7 @@ void SSLClientSocketPoolTest::TestIPPoolingDisabled(
AddressList addresses;
} test_hosts[] = {
{ "www.webkit.org", "192.0.2.33,192.168.0.1,192.168.0.5" },
- { "js.webkit.org", "192.168.0.4,192.168.0.1,192.0.2.33" },
+ { "js.webkit.com", "192.168.0.4,192.168.0.1,192.0.2.33" },
};
TestCompletionCallback callback;
« no previous file with comments | « net/data/ssl/scripts/ee.cnf ('k') | net/spdy/spdy_session.cc » ('j') | net/spdy/spdy_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698