summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/https.py
diff options
context:
space:
mode:
authordyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 23:58:34 +0000
committerdyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-30 23:58:34 +0000
commit6784c68f0ddb54ddc1869f5c582326d7bda4f97b (patch)
tree8e951abe7facd8a46d85d6b41deade65edced637 /chrome/test/functional/https.py
parent02b5ccc5046a2656b1b7916ffca10ad231aab2cb (diff)
downloadchromium_src-6784c68f0ddb54ddc1869f5c582326d7bda4f97b.zip
chromium_src-6784c68f0ddb54ddc1869f5c582326d7bda4f97b.tar.gz
chromium_src-6784c68f0ddb54ddc1869f5c582326d7bda4f97b.tar.bz2
Enable SSL tests on all chrome-qa bots and win bots on CONTINUOUS.
Installed the root certificate on each of the chrome-qa bots and ran the disabled SSL tests to verify. Only managed to install the root certificate on the windows bots on the chromium waterfall. TEST=Verified in each chrome-qa bot. BUG=119110,119173 Review URL: https://chromiumcodereview.appspot.com/10271021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional/https.py')
-rwxr-xr-xchrome/test/functional/https.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/functional/https.py b/chrome/test/functional/https.py
index 5ca347e..1f9856e 100755
--- a/chrome/test/functional/https.py
+++ b/chrome/test/functional/https.py
@@ -105,8 +105,7 @@ class SSLTest(pyauto.PyUITest):
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."""