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

Unified Diff: tests/scm_unittest.py

Issue 6691034: First pass to transition away for gclient_utils.Error and gclient_utils.CheckedCallError. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 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 | « tests/gcl_unittest.py ('k') | tests/trychange_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/scm_unittest.py
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
index 155d11ae7e5047f6214b2feb0acf57aca54c87c7..bd2e1485f875222af28f5ce30caafca6375bcbef 100755
--- a/tests/scm_unittest.py
+++ b/tests/scm_unittest.py
@@ -44,7 +44,8 @@ class RootTestCase(BaseSCMTestCase):
members = [
'GetCasedPath', 'GenFakeDiff', 'GIT', 'SVN', 'ValidateEmail',
'cStringIO', 'determine_scm', 'gclient_utils', 'glob', 'logging', 'os',
- 're', 'shutil', 'subprocess', 'sys', 'tempfile', 'time', 'xml',
+ 're', 'shutil', 'subprocess', 'subprocess2', 'sys', 'tempfile', 'time',
+ 'xml',
]
# If this test fails, you should add the relevant test.
self.compareMembers(scm, members)
« no previous file with comments | « tests/gcl_unittest.py ('k') | tests/trychange_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698