| Index: tests/gclient_utils_test.py
|
| diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
|
| index b00db3c80e08d4637fc628d85c06719ebdaab897..f0d833bd3ecc86248691a5dbbe867805235e86b8 100755
|
| --- a/tests/gclient_utils_test.py
|
| +++ b/tests/gclient_utils_test.py
|
| @@ -28,13 +28,12 @@ class GclientUtilsUnittest(GclientUtilBase):
|
| 'CheckCall', 'CheckCallError', 'CheckCallAndFilter',
|
| 'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead',
|
| 'FileWrite', 'FindFileUpwards', 'FindGclientRoot',
|
| - 'GetGClientRootAndEntries', 'GetNamedNodeText', 'MakeFileAutoFlush',
|
| - 'GetNodeNamedAttributeText', 'MakeFileAnnotated', 'PathDifference',
|
| - 'ParseXML', 'Popen',
|
| + 'GetGClientRootAndEntries', 'MakeFileAutoFlush',
|
| + 'MakeFileAnnotated', 'PathDifference', 'Popen',
|
| 'PrintableObject', 'RemoveDirectory', 'SoftClone', 'SplitUrlRevision',
|
| 'SyntaxErrorToError', 'WorkItem',
|
| 'errno', 'hack_subprocess', 'logging', 'os', 'Queue', 're', 'rmtree',
|
| - 'stat', 'subprocess', 'sys','threading', 'time', 'xml',
|
| + 'stat', 'subprocess', 'sys','threading', 'time',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(gclient_utils, members)
|
|
|