| Index: tests/gclient_scm_test.py
|
| ===================================================================
|
| --- tests/gclient_scm_test.py (revision 82997)
|
| +++ tests/gclient_scm_test.py (working copy)
|
| @@ -82,7 +82,7 @@
|
|
|
| def testDir(self):
|
| members = [
|
| - 'FullUrlForRelativeUrl', 'RunCommand',
|
| + 'FullUrlForRelativeUrl', 'GetRevisionDate', 'RunCommand',
|
| 'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
|
| 'revinfo', 'runhooks', 'status', 'update',
|
| 'updatesingle', 'url',
|
| @@ -543,7 +543,7 @@
|
|
|
| def testDir(self):
|
| members = [
|
| - 'FullUrlForRelativeUrl', 'RunCommand',
|
| + 'FullUrlForRelativeUrl', 'GetRevisionDate', 'RunCommand',
|
| 'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
|
| 'revinfo', 'runhooks', 'status', 'update', 'url',
|
| ]
|
|
|