summaryrefslogtreecommitdiffstats
path: root/chrome/interactive_ui_tests.isolate
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 16:28:44 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-20 16:28:44 +0000
commitd321e740903790ded4fb750f30649528216c3312 (patch)
tree2fc332a718d97a22249d84fe6f66b35bd8c76061 /chrome/interactive_ui_tests.isolate
parent3f768346a697fb927c7282bd2c72d7530804d3e2 (diff)
downloadchromium_src-d321e740903790ded4fb750f30649528216c3312.zip
chromium_src-d321e740903790ded4fb750f30649528216c3312.tar.gz
chromium_src-d321e740903790ded4fb750f30649528216c3312.tar.bz2
Regenerate the root certificate and end-entity certificates used for various tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests.
In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand. BUG=8470, 5552 TEST=TestRootCertsTest.* TBR=zelidrag Review URL: https://chromiumcodereview.appspot.com/5535006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/interactive_ui_tests.isolate')
-rw-r--r--chrome/interactive_ui_tests.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index ca57765..d75c040 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',