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

Unified Diff: tests/gcl_unittest.py

Issue 130493002: Handle the PrimeLint SSL read timeout better. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Add 'ssl' to tests/gcl_unittests.py Created 6 years, 11 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 | « gcl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gcl_unittest.py
diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py
index 81823ab73857b45af195d7a267a6d63cddd30f6c..ba2feacf6d296b52df0fd3eb07710b059de73fa9 100755
--- a/tests/gcl_unittest.py
+++ b/tests/gcl_unittest.py
@@ -108,7 +108,7 @@ class GclUnittest(GclTestsBase):
'gclient_utils', 'git_cl', 'json', 'main', 'need_change',
'need_change_and_args', 'no_args', 'optparse', 'os',
'presubmit_support', 'random', 're', 'rietveld',
- 'string', 'subprocess2', 'sys', 'tempfile', 'time',
+ 'ssl', 'string', 'subprocess2', 'sys', 'tempfile', 'time',
iannucci 2014/01/09 22:27:21 LOL this test is so bogus.... lgtm
'upload', 'urllib2',
]
# If this test fails, you should add the relevant test.
« no previous file with comments | « gcl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698