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

Unified Diff: tests/gclient_utils_test.py

Issue 8360007: Move code starting the editor into a common function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 2 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
« gcl.py ('K') | « tests/gcl_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_utils_test.py
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
index 444cbc510a4f700506109f1fcacea26829e30902..cd5811bd0d7bc338156fe953983d44d460ad33b6 100755
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -31,12 +31,13 @@ class GclientUtilsUnittest(GclientUtilBase):
'CheckCallAndFilter',
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead',
'FileWrite', 'FindFileUpwards', 'FindGclientRoot',
- 'GetGClientRootAndEntries', 'IsDateRevision', 'MakeDateRevision',
- 'MakeFileAutoFlush', 'MakeFileAnnotated', 'PathDifference',
- 'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision',
+ 'GetGClientRootAndEntries', 'GetEditor', 'IsDateRevision',
+ 'MakeDateRevision', 'MakeFileAutoFlush', 'MakeFileAnnotated',
+ 'PathDifference', 'PrintableObject', 'RemoveDirectory', 'RunEditor',
+ 'SoftClone', 'SplitUrlRevision',
'SyntaxErrorToError', 'WorkItem',
'errno', 'lockedmethod', 'logging', 'os', 'Queue', 're', 'rmtree',
- 'stat', 'subprocess2', 'sys','threading', 'time',
+ 'stat', 'subprocess2', 'sys', 'tempfile', 'threading', 'time',
]
# If this test fails, you should add the relevant test.
self.compareMembers(gclient_utils, members)
« gcl.py ('K') | « tests/gcl_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698