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

Unified Diff: tests/scm_unittest.py

Issue 501166: Remove more logic out of trychange.py into scm.py. (Closed)
Patch Set: Created 11 years 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 | « tests/gclient_scm_test.py ('k') | tests/trychange_unittest.py » ('j') | 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 27696f73b810c24debe47ab47ab3c2306b978194..235f76b2c6e5024dd5db681d48940c3d73f216c0 100755
--- a/tests/scm_unittest.py
+++ b/tests/scm_unittest.py
@@ -24,7 +24,7 @@ class RootTestCase(BaseSCMTestCase):
def testMembersChanged(self):
self.mox.ReplayAll()
members = [
- 'GIT', 'SVN',
+ 'GIT', 'SVN', 'ValidateEmail',
'gclient_utils', 'os', 're', 'shutil', 'subprocess', 'sys', 'tempfile',
'xml',
]
@@ -117,8 +117,9 @@ from :3
self.mox.ReplayAll()
members = [
'COMMAND', 'Capture', 'CaptureStatus', 'FetchUpstreamTuple',
- 'GenerateDiff', 'GetBranchRef', 'GetEmail', 'GetSVNBranch',
- 'GetUpstream', 'IsGitSvn', 'ShortBranchName'
+ 'GenerateDiff', 'GetBranch', 'GetBranchRef', 'GetCheckoutRoot',
+ 'GetEmail', 'GetPatchName', 'GetSVNBranch',
+ 'GetUpstream', 'IsGitSvn', 'ShortBranchName',
]
# If this test fails, you should add the relevant test.
self.compareMembers(scm.GIT, members)
« no previous file with comments | « tests/gclient_scm_test.py ('k') | tests/trychange_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698