| Index: tests/gclient_utils_test.py
|
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
|
| index 7d993fa6f30b153d9bf81255433f7882c17f97b9..f69143356c26a71b8000131949a9c283d47d3050 100755
|
| --- a/tests/gclient_utils_test.py
|
| +++ b/tests/gclient_utils_test.py
|
| @@ -17,7 +17,7 @@ class GclientUtilsUnittest(SuperMoxTestBase):
|
| members = [
|
| 'CheckCall', 'CheckCallError', 'Error', 'FileRead', 'FileWrite',
|
| 'FindFileUpwards', 'FindGclientRoot', 'GetGClientRootAndEntries',
|
| - 'GetNamedNodeText', 'GetNodeNamedAttributeText', 'IsUsingGit',
|
| + 'GetNamedNodeText', 'GetNodeNamedAttributeText',
|
| 'PathDifference', 'ParseXML', 'PrintableObject', 'RemoveDirectory',
|
| 'SplitUrlRevision', 'SubprocessCall', 'SubprocessCallAndFilter',
|
| 'SyntaxErrorToError',
|
|
|