Index: tests/scm_unittest.py |
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py |
index 783fecd3da0eafcacb9f51795ae4b5be9dfc2e0f..1b157e4e72df0988aea1474c9be30d9f9fd3e34a 100755 |
--- a/tests/scm_unittest.py |
+++ b/tests/scm_unittest.py |
@@ -39,8 +39,8 @@ class RootTestCase(BaseSCMTestCase): |
self.mox.ReplayAll() |
members = [ |
'GetCasedPath', 'GenFakeDiff', 'GIT', 'SVN', 'ValidateEmail', |
- 'cStringIO', 'gclient_utils', 'glob', 'logging', 'os', 're', 'shutil', |
- 'subprocess', 'sys', 'tempfile', 'time', 'xml', |
+ 'cStringIO', 'determine_scm', 'gclient_utils', 'glob', 'logging', 'os', |
+ 're', 'shutil', 'subprocess', 'sys', 'tempfile', 'time', 'xml', |
] |
# If this test fails, you should add the relevant test. |
self.compareMembers(scm, members) |