Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1324)

Unified Diff: tests/scm_unittest.py

Issue 1307001: revinfo: Properly use git HEAD or svn BASE revisions (Closed)
Patch Set: fixed issues with patch set 1 Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/scm_unittest.py
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
index 5f3ff5ef3041d6e89e8593d7c7ba85393df61c44..699039ebe56dda5b3fe9c4f57fd7b6ddb33cb83c 100755
--- a/tests/scm_unittest.py
+++ b/tests/scm_unittest.py
@@ -146,9 +146,9 @@ class SVNTestCase(BaseSCMTestCase):
def testMembersChanged(self):
self.mox.ReplayAll()
members = [
- 'COMMAND', 'Capture', 'CaptureHeadRevision', 'CaptureInfo',
- 'CaptureStatus', 'DiffItem', 'GenerateDiff', 'GetCheckoutRoot',
- 'GetEmail', 'GetFileProperty', 'IsMoved',
+ 'COMMAND', 'Capture', 'CaptureBaseRevision', 'CaptureHeadRevision',
+ 'CaptureInfo', 'CaptureStatus', 'DiffItem', 'GenerateDiff',
+ 'GetCheckoutRoot', 'GetEmail', 'GetFileProperty', 'IsMoved',
'ReadSimpleAuth', 'Run', 'RunAndFilterOutput', 'RunAndGetFileList',
]
# If this test fails, you should add the relevant test.
« no previous file with comments | « scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698