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

Unified Diff: ppapi/tests/test_tcp_socket_private_trusted.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/test/spawned_test_server/base_test_server.cc ('k') | tools/python/google/httpd_config/httpd2.pem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_tcp_socket_private_trusted.cc
diff --git a/ppapi/tests/test_tcp_socket_private_trusted.cc b/ppapi/tests/test_tcp_socket_private_trusted.cc
index 1b0e7e7c248b232d4a4a5e8fdca19f411c121c9f..cf541c493f3823d9e881956495fb544fe5df9990 100644
--- a/ppapi/tests/test_tcp_socket_private_trusted.cc
+++ b/ppapi/tests/test_tcp_socket_private_trusted.cc
@@ -55,7 +55,7 @@ std::string TestTCPSocketPrivateTrusted::TestGetServerCertificate() {
const pp::X509CertificatePrivate& cert = socket.GetServerCertificate();
ASSERT_EQ(
cert.GetField(PP_X509CERTIFICATE_PRIVATE_ISSUER_COMMON_NAME).AsString(),
- "Test CA");
+ "Test Root CA");
ASSERT_EQ(
cert.GetField(PP_X509CERTIFICATE_PRIVATE_SUBJECT_COMMON_NAME).AsString(),
"127.0.0.1");
« no previous file with comments | « net/test/spawned_test_server/base_test_server.cc ('k') | tools/python/google/httpd_config/httpd2.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698