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

Unified Diff: tests/trychange_unittest.py

Issue 8059009: Support for |change| argument to |GetPreferredTrySlaves()|, try 2. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: '' Created 9 years, 3 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 | « tests/presubmit_unittest.py ('k') | trychange.py » ('j') | trychange.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
===================================================================
--- tests/trychange_unittest.py (revision 102922)
+++ tests/trychange_unittest.py (working copy)
@@ -59,8 +59,8 @@
"""trychange.SVN tests."""
def testMembersChanged(self):
members = [
- 'AutomagicalSettings', 'GetCodeReviewSetting', 'ReadRootFile',
- 'GenerateDiff', 'GetFileNames',
+ 'AutomagicalSettings', 'CaptureStatus', 'GetCodeReviewSetting',
+ 'ReadRootFile', 'GenerateDiff', 'GetFileNames', 'files', 'file_tuples',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange.SVN, members)
@@ -83,8 +83,8 @@
"""trychange.GIT tests."""
def testMembersChanged(self):
members = [
- 'AutomagicalSettings', 'GetCodeReviewSetting', 'ReadRootFile',
- 'GenerateDiff', 'GetFileNames',
+ 'AutomagicalSettings', 'CaptureStatus', 'GetCodeReviewSetting',
+ 'ReadRootFile', 'GenerateDiff', 'GetFileNames', 'files', 'file_tuples',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange.GIT, members)
« no previous file with comments | « tests/presubmit_unittest.py ('k') | trychange.py » ('j') | trychange.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698