diff options
Diffstat (limited to 'chrome/browser/ssl_uitest.cc')
-rw-r--r-- | chrome/browser/ssl_uitest.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/ssl_uitest.cc b/chrome/browser/ssl_uitest.cc index ebe14b6..01d38c0 100644 --- a/chrome/browser/ssl_uitest.cc +++ b/chrome/browser/ssl_uitest.cc @@ -46,14 +46,12 @@ const int kOKHTTPSPort = 9443; const int kBadHTTPSPort = 9666; // The issuer name of the cert that should be trusted for the test to work. -const wchar_t kCertIssuerName[] = L"unittest.example.com"; +const wchar_t kCertIssuerName[] = L"Test CA"; class SSLUITest : public UITest { protected: SSLUITest() { - // TODO(jcampan): bug #1293555 Reenable the CA trusted check once we have - // imported the new certs (with issuer name: unittest.example.com). - // CheckCATrusted(); + CheckCATrusted(); dom_automation_enabled_ = true; PathService::Get(base::DIR_SOURCE_ROOT, &cert_dir_); cert_dir_ += L"/chrome/test/data/ssl/certs/"; |