| Index: tests/gclient_scm_test.py
|
| diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
|
| index 3640a3e25a6b723b80ca31d4c9feb1a823596339..2645de0cc54cb4791a2fe9ebb59bf7cfbfa04d0b 100755
|
| --- a/tests/gclient_scm_test.py
|
| +++ b/tests/gclient_scm_test.py
|
| @@ -102,6 +102,7 @@ class SVNWrapperTestCase(BaseTestCase):
|
| members = [
|
| 'BinaryExists',
|
| 'FullUrlForRelativeUrl',
|
| + 'GetCheckoutRoot',
|
| 'GetRevisionDate',
|
| 'GetUsableRev',
|
| 'RunCommand',
|
| @@ -788,6 +789,7 @@ class ManagedGitWrapperTestCase(BaseGitWrapperTestCase):
|
| members = [
|
| 'BinaryExists',
|
| 'FullUrlForRelativeUrl',
|
| + 'GetCheckoutRoot',
|
| 'GetRevisionDate',
|
| 'GetUsableRev',
|
| 'RunCommand',
|
|
|