Chromium Code Reviews

Unified Diff: chrome/interactive_ui_tests.isolate

Issue 5535006: Add unittests for net::TestRootCerts and regenerate test certificates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix another hardcoded string Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/interactive_ui_tests.isolate
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index ca5776568ab29dfa3c73c1c0c6b74b1c4db5dab5..d75c0403a8a170934da7285314dfccdfec75f220 100644
--- a/chrome/interactive_ui_tests.isolate
+++ b/chrome/interactive_ui_tests.isolate
@@ -26,7 +26,7 @@
'variables': {
'isolate_dependency_tracked': [
'../net/data/ssl/certificates/ok_cert.pem',
- '../net/data/ssl/certificates/root_ca_cert.crt',
+ '../net/data/ssl/certificates/root_ca_cert.pem',
'../net/tools/testserver/asn1.py',
'../net/tools/testserver/echo_message.py',
'../net/tools/testserver/minica.py',
« no previous file with comments | « chrome/common/net/x509_certificate_model_unittest.cc ('k') | net/android/javatests/src/org/chromium/net/X509UtilTest.java » ('j') | no next file with comments »

Powered by Google App Engine