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

Unified Diff: tests/gclient_utils_test.py

Issue 9956149: Revert r132446 "Check the existence and executability of scm commands" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 8 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/gclient_scm_test.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 071fd820bfad52a022d5f68c91a25122b7b3cf93..9f01c5d1e6e56dad659ae392993089bc5a4ee360 100755
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -30,10 +30,10 @@ class GclientUtilsUnittest(GclientUtilBase):
members = [
'Annotated', 'AutoFlush', 'CheckCallAndFilter',
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead',
- 'FileWrite', 'FindCommandExecutable', 'FindFileUpwards',
- 'FindGclientRoot', 'GetGClientRootAndEntries', 'GetEditor',
- 'IsDateRevision', 'MakeDateRevision', 'MakeFileAutoFlush',
- 'MakeFileAnnotated', 'PathDifference', 'ParseCodereviewSettingsContent',
+ 'FileWrite', 'FindFileUpwards', 'FindGclientRoot',
+ 'GetGClientRootAndEntries', 'GetEditor', 'IsDateRevision',
+ 'MakeDateRevision', 'MakeFileAutoFlush', 'MakeFileAnnotated',
+ 'PathDifference', 'ParseCodereviewSettingsContent',
'PrintableObject', 'RemoveDirectory', 'RunEditor',
'SplitUrlRevision', 'SyntaxErrorToError',
'UpgradeToHttps', 'Wrapper', 'WorkItem',
« no previous file with comments | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698