Index: tests/gclient_utils_test.py |
=================================================================== |
--- tests/gclient_utils_test.py (revision 132376) |
+++ tests/gclient_utils_test.py (working copy) |
@@ -30,10 +30,10 @@ |
members = [ |
'Annotated', 'AutoFlush', 'CheckCallAndFilter', |
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead', |
- 'FileWrite', 'FindFileUpwards', 'FindGclientRoot', |
- 'GetGClientRootAndEntries', 'GetEditor', 'IsDateRevision', |
- 'MakeDateRevision', 'MakeFileAutoFlush', 'MakeFileAnnotated', |
- 'PathDifference', 'ParseCodereviewSettingsContent', |
+ 'FileWrite', 'FindCommandExecutable', 'FindFileUpwards', |
+ 'FindGclientRoot', 'GetGClientRootAndEntries', 'GetEditor', |
+ 'IsDateRevision', 'MakeDateRevision', 'MakeFileAutoFlush', |
+ 'MakeFileAnnotated', 'PathDifference', 'ParseCodereviewSettingsContent', |
'PrintableObject', 'RemoveDirectory', 'RunEditor', |
'SplitUrlRevision', 'SyntaxErrorToError', |
'UpgradeToHttps', 'Wrapper', 'WorkItem', |