Index: tests/gclient_scm_test.py |
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py |
index d7d93b6789e6ff0b72e260584a20d047070346c4..a11c4d7cb58f9aea60bfe0229928d103b4be3e3e 100755 |
--- a/tests/gclient_scm_test.py |
+++ b/tests/gclient_scm_test.py |
@@ -82,7 +82,7 @@ class SVNWrapperTestCase(BaseTestCase): |
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 @@ from :3 |
def testDir(self): |
members = [ |
- 'FullUrlForRelativeUrl', 'RunCommand', |
+ 'FullUrlForRelativeUrl', 'GetRevisionDate', 'RunCommand', |
'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert', |
'revinfo', 'runhooks', 'status', 'update', 'url', |
] |