| Index: tests/scm_unittest.py
|
| diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
|
| index e5f8a64d8368a73872697a97bd28f86e18591e7b..5f3ff5ef3041d6e89e8593d7c7ba85393df61c44 100755
|
| --- a/tests/scm_unittest.py
|
| +++ b/tests/scm_unittest.py
|
| @@ -118,7 +118,8 @@ from :3
|
| def testMembersChanged(self):
|
| self.mox.ReplayAll()
|
| members = [
|
| - 'COMMAND', 'Capture', 'CaptureStatus', 'FetchUpstreamTuple',
|
| + 'COMMAND', 'AssertVersion', 'Capture', 'CaptureStatus',
|
| + 'FetchUpstreamTuple',
|
| 'GenerateDiff', 'GetBranch', 'GetBranchRef', 'GetCheckoutRoot',
|
| 'GetDifferentFiles', 'GetEmail', 'GetPatchName', 'GetSVNBranch',
|
| 'GetUpstream', 'IsGitSvn', 'RunAndFilterOutput', 'ShortBranchName',
|
|
|