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

Unified Diff: net/base/transport_security_state_unittest.cc

Issue 11906007: net: don't pin crypto.cat's subdomains. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « net/base/transport_security_state_static.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/transport_security_state_unittest.cc
diff --git a/net/base/transport_security_state_unittest.cc b/net/base/transport_security_state_unittest.cc
index b68f083999927c41344aff960dcb75e28503d4c1..78c29a5df7cf23af6dc8a89bf5d576cc35386b66 100644
--- a/net/base/transport_security_state_unittest.cc
+++ b/net/base/transport_security_state_unittest.cc
@@ -445,7 +445,7 @@ TEST_F(TransportSecurityStateTest, Preloaded) {
EXPECT_FALSE(ShouldRedirect("foo.www.sandbox.mydigipass.com"));
EXPECT_TRUE(ShouldRedirect("crypto.cat"));
- EXPECT_TRUE(ShouldRedirect("foo.crypto.cat"));
+ EXPECT_FALSE(ShouldRedirect("foo.crypto.cat"));
EXPECT_TRUE(ShouldRedirect("bigshinylock.minazo.net"));
EXPECT_TRUE(ShouldRedirect("foo.bigshinylock.minazo.net"));
« no previous file with comments | « net/base/transport_security_state_static.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698