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

Unified Diff: net/cert/x509_certificate_unittest.cc

Issue 1490233005: net: Fix CertVerifyProcTest.LargeKey for OSX 10.11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another test. Created 5 years 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 | « no previous file | net/data/ssl/certificates/large_key.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 ec9342ac852f6aa259315beafa29cb63712349c8..362f7ff0991ab490e4a45d596f7a4b672af4f3bd 100644
--- a/net/cert/x509_certificate_unittest.cc
+++ b/net/cert/x509_certificate_unittest.cc
@@ -1175,7 +1175,7 @@ const struct PublicKeyInfoTestData {
// need to be renegerated with a larger key. See https://crbug.com/472291.
{"large_key.pem", 0, X509Certificate::kPublicKeyTypeUnknown},
#else
- {"large_key.pem", 4104, X509Certificate::kPublicKeyTypeRSA},
+ {"large_key.pem", 8200, X509Certificate::kPublicKeyTypeRSA},
#endif
};
« no previous file with comments | « no previous file | net/data/ssl/certificates/large_key.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698