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

Unified Diff: tests/trychange_unittest.py

Issue 523094: Fix checkout root detection for git (Closed)
Patch Set: Created 10 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 | « scm.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 9f9a27759044b4b09ab7cac60c5e41b4e90674be..5d1493eac6ee2fa409dbcd100d5bf22b27d9d8f8 100644
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -43,8 +43,8 @@ class TryChangeUnittest(TryChangeTestsBase):
'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PrintSuccess',
'SCM', 'SVN', 'TryChange', 'USAGE',
'breakpad', 'datetime', 'gclient_utils', 'getpass', 'logging',
- 'optparse', 'os', 'posixpath', 'scm', 'shutil', 'socket',
- 'subprocess', 'sys', 'tempfile', 'urllib',
+ 'optparse', 'os', 'posixpath', 'scm', 'shutil', 'sys', 'tempfile',
+ 'urllib',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange, members)
« no previous file with comments | « scm.py ('k') | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698