| Index: tests/scm_unittest.py
 | 
| diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
 | 
| index c27002a0472831458af04b8332ac9176e8a64d70..21d3e8164184a776a87c6604541ce633f6d81948 100755
 | 
| --- a/tests/scm_unittest.py
 | 
| +++ b/tests/scm_unittest.py
 | 
| @@ -122,7 +122,8 @@ from :3
 | 
|          'FetchUpstreamTuple',
 | 
|          'GenerateDiff', 'GetBranch', 'GetBranchRef', 'GetCheckoutRoot',
 | 
|          'GetDifferentFiles', 'GetEmail', 'GetPatchName', 'GetSVNBranch',
 | 
| -        'GetUpstream', 'IsGitSvn', 'RunAndFilterOutput', 'ShortBranchName',
 | 
| +        'GetUpstreamBranch', 'IsGitSvn', 'RunAndFilterOutput',
 | 
| +        'ShortBranchName',
 | 
|      ]
 | 
|      # If this test fails, you should add the relevant test.
 | 
|      self.compareMembers(scm.GIT, members)
 | 
| 
 |