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

Unified Diff: tests/trychange_unittest.py

Issue 399009: Reapply 32057, 32058, 32059, 32062 and fixes problems introduced by these changes. (Closed)
Patch Set: Created 11 years, 1 month 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/super_mox.py ('k') | trychange.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
index 24550dda317d4692e04cdc772c353079d8711df1..828d3ea4e8759fb7753a060145b59cc510903648 100644
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -25,9 +25,9 @@ class TryChangeUnittest(TryChangeTestsBase):
'GetTryServerSettings', 'GuessVCS',
'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PathDifference',
'RunCommand', 'SCM', 'SVN', 'TryChange', 'USAGE',
- 'datetime', 'gcl', 'gclient_scm', 'getpass', 'logging',
- 'optparse', 'os', 'presubmit_support', 'shutil', 'socket', 'subprocess',
- 'sys', 'tempfile', 'upload', 'urllib',
+ 'datetime', 'gcl', 'getpass', 'logging',
+ 'optparse', 'os', 'presubmit_support', 'scm', 'shutil', 'socket',
+ 'subprocess', 'sys', 'tempfile', 'upload', 'urllib',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange, members)
« no previous file with comments | « tests/super_mox.py ('k') | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698