Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 4976d9a7b492b676c7de9999b80504f35f2e6abf..c42a01dc626c5648d4f8cc1ca0478691e002f2f9 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -28,7 +28,7 @@ class GclientUtilsUnittest(GclientUtilBase): |
"""General gclient_utils.py tests.""" |
def testMembersChanged(self): |
members = [ |
- 'Annotated', 'AutoFlush', 'CheckCallAndFilter', |
+ 'Annotated', 'AutoFlush', 'CheckCallAndFilter', 'CommandToStr', |
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead', |
'FileWrite', 'FindFileUpwards', 'FindGclientRoot', |
'GetGClientRootAndEntries', 'GetEditor', 'IsDateRevision', |
@@ -37,9 +37,9 @@ class GclientUtilsUnittest(GclientUtilBase): |
'PrintableObject', 'RunEditor', 'GCLIENT_CHILDREN', |
'GCLIENT_CHILDREN_LOCK', 'GClientChildren', |
'SplitUrlRevision', 'SyntaxErrorToError', 'UpgradeToHttps', 'Wrapper', |
- 'WorkItem', 'codecs', 'lockedmethod', 'logging', 'os', 'Queue', 're', |
- 'rmtree', 'safe_makedirs', 'stat', 'subprocess', 'subprocess2', 'sys', |
- 'tempfile', 'threading', 'time', 'urlparse', |
+ 'WorkItem', 'codecs', 'lockedmethod', 'logging', 'os', 'pipes', 'Queue', |
+ 're', 'rmtree', 'safe_makedirs', 'stat', 'subprocess', 'subprocess2', |
+ 'sys', 'tempfile', 'threading', 'time', 'urlparse', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(gclient_utils, members) |