| Index: tests/scm_unittest.py
|
| diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
|
| index 9d71d245ff150fe483e3566a1775b3545f48b0b7..7a3cbbb29d22e3368ecc9d8836710de4813ed40e 100755
|
| --- a/tests/scm_unittest.py
|
| +++ b/tests/scm_unittest.py
|
| @@ -38,7 +38,7 @@ class RootTestCase(BaseSCMTestCase):
|
| self.mox.ReplayAll()
|
| members = [
|
| 'GetCasedPath', 'GenFakeDiff', 'GIT', 'SVN', 'ValidateEmail',
|
| - 'cStringIO', 'gclient_utils', 'glob', 'os', 're', 'shutil',
|
| + 'cStringIO', 'gclient_utils', 'glob', 'logging', 'os', 're', 'shutil',
|
| 'subprocess', 'sys', 'tempfile', 'time', 'xml',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| @@ -77,7 +77,7 @@ class SVNTestCase(BaseSCMTestCase):
|
| 'AssertVersion', 'Capture', 'CaptureRevision', 'CaptureInfo',
|
| 'CaptureStatus', 'current_version', 'DiffItem', 'GenerateDiff',
|
| 'GetCheckoutRoot', 'GetEmail', 'GetFileProperty', 'IsMoved',
|
| - 'IsMovedInfo', 'ReadSimpleAuth', 'RunAndGetFileList',
|
| + 'IsMovedInfo', 'ReadSimpleAuth', 'Revert', 'RunAndGetFileList',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(scm.SVN, members)
|
|
|