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

Unified Diff: chrome/test/functional/https.py

Issue 10271021: Enable SSL tests on all chrome-qa bots and win bots on CONTINUOUS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/https.py
===================================================================
--- chrome/test/functional/https.py (revision 134551)
+++ chrome/test/functional/https.py (working copy)
@@ -105,8 +105,7 @@
pyauto.PAGE_TYPE_ERROR: 'error'}
self.assertEqual(
result_dict['page_type'], pyauto.PAGE_TYPE_NORMAL,
- msg='Cert OK displayed page type: %s, but expected type normal.'
- % page_type_dict[result_dict['page_type']])
+ msg='Cert OK did not display page type normal.')
def testSSLCertIsExpiredAndCertNameMismatches(self):
"""Verify Certificate Expiration and Certificate Mismatched name."""
« no previous file with comments | « chrome/test/functional/PYAUTO_TESTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698