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

Unified Diff: net/test/spawned_test_server/base_test_server.cc

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. 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/net.gyp ('k') | ppapi/tests/test_tcp_socket_private_trusted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/spawned_test_server/base_test_server.cc
diff --git a/net/test/spawned_test_server/base_test_server.cc b/net/test/spawned_test_server/base_test_server.cc
index d8ecc2f14742ff5b795847e1142f546246dc00a3..459812818b506d31e9af7c65c939be203bc44a05 100644
--- a/net/test/spawned_test_server/base_test_server.cc
+++ b/net/test/spawned_test_server/base_test_server.cc
@@ -296,7 +296,7 @@ bool BaseTestServer::LoadTestRootCert() const {
}
return root_certs->AddFromFile(
- root_certificate_path.AppendASCII("root_ca_cert.crt"));
+ root_certificate_path.AppendASCII("root_ca_cert.pem"));
}
bool BaseTestServer::SetupWhenServerStarted() {
« no previous file with comments | « net/net.gyp ('k') | ppapi/tests/test_tcp_socket_private_trusted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698