| Index: tests/gclient_scm_test.py
|
| diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
|
| index e62711a975b4f34d77f8a6fc8291b671e1542499..da7783b42ca3ab06b75f66020076d06d12ea32b1 100755
|
| --- a/tests/gclient_scm_test.py
|
| +++ b/tests/gclient_scm_test.py
|
| @@ -65,8 +65,9 @@ class SVNWrapperTestCase(BaseTestCase):
|
| def testDir(self):
|
| members = [
|
| 'COMMAND', 'Capture', 'CaptureHeadRevision', 'CaptureInfo',
|
| - 'CaptureStatus', 'DiffItem', 'FullUrlForRelativeUrl', 'GetFileProperty',
|
| - 'IsMoved', 'Run', 'RunAndFilterOutput', 'RunAndGetFileList',
|
| + 'CaptureStatus', 'DiffItem', 'FullUrlForRelativeUrl', 'GetEmail',
|
| + 'GetFileProperty', 'IsMoved', 'ReadEntries', 'ReadSimpleAuth', 'Run',
|
| + 'RunAndFilterOutput', 'RunAndGetFileList',
|
| 'RunCommand', 'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
|
| 'revinfo', 'runhooks', 'scm_name', 'status', 'update', 'url',
|
| ]
|
| @@ -367,6 +368,7 @@ from :3
|
| def testDir(self):
|
| members = [
|
| 'COMMAND', 'Capture', 'CaptureStatus', 'FullUrlForRelativeUrl',
|
| + 'GetEmail',
|
| 'RunCommand', 'cleanup', 'diff', 'export', 'relpath', 'revert',
|
| 'revinfo', 'runhooks', 'scm_name', 'status', 'update', 'url',
|
| ]
|
|
|