Chromium Code Reviews| Index: tests/gclient_scm_test.py |
| diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py |
| index 5f5af69b6c1f807de168f7b21b0a374d1ab7b3a2..6cc7927d2f2b4c4910fb4106caec08d7ccc45e4a 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', |
| @@ -789,6 +790,7 @@ class ManagedGitWrapperTestCase(BaseGitWrapperTestCase): |
| members = [ |
| 'BinaryExists', |
| 'FullUrlForRelativeUrl', |
| + 'GetCheckoutRoot', |
| 'GetRevisionDate', |
| 'GetUsableRev', |
| 'RunCommand', |