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

Unified Diff: tests/trychange_unittest.py

Issue 399070: Add scm.*.GetEmail() to retrieve the user email. Use this email for try job emails. (Closed)
Patch Set: Use CaptureInfo() Created 11 years, 1 month 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/scm_unittest.py ('k') | trychange.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
index 828d3ea4e8759fb7753a060145b59cc510903648..938f23cd375c98b0ad4b06e75a510614c73599bb 100644
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -76,7 +76,7 @@ class GITUnittest(TryChangeTestsBase):
def testMembersChanged(self):
members = [
- 'GenerateDiff', 'GetEmail', 'GetFileNames', 'GetLocalRoot',
+ 'GenerateDiff', 'GetFileNames', 'GetLocalRoot',
'GetPatchName', 'ProcessOptions', 'options'
]
# If this test fails, you should add the relevant test.
« no previous file with comments | « tests/scm_unittest.py ('k') | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698