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

Unified Diff: net/cert/x509_certificate_unittest.cc

Issue 1553903002: Regenerate the test certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@WildcardCert
Patch Set: Rebase Created 4 years, 12 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/cert/cert_verify_proc_whitelist_unittest.cc ('k') | net/data/ssl/certificates/10_year_validity.pem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_certificate_unittest.cc
diff --git a/net/cert/x509_certificate_unittest.cc b/net/cert/x509_certificate_unittest.cc
index 362f7ff0991ab490e4a45d596f7a4b672af4f3bd..e6974cf9c74ed3178d9de723058677a543023c22 100644
--- a/net/cert/x509_certificate_unittest.cc
+++ b/net/cert/x509_certificate_unittest.cc
@@ -504,7 +504,7 @@ TEST(X509CertificateTest, ParseSubjectAltNames) {
// Ensure the subjectAltName dirName has not influenced the handling of
// the subject commonName.
- EXPECT_EQ("127.0.0.1", san_cert->subject().common_name);
+ EXPECT_EQ("localhost", san_cert->subject().common_name);
Ryan Hamilton 2016/01/04 18:34:06 If you look at the cert in question, it appears to
}
TEST(X509CertificateTest, ExtractSPKIFromDERCert) {
« no previous file with comments | « net/cert/cert_verify_proc_whitelist_unittest.cc ('k') | net/data/ssl/certificates/10_year_validity.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698