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

Unified Diff: tests/trychange_unittest.py

Issue 8036046: Revert r102783 "Support for |change| argument to |GetPreferredTrySlaves()|." (Closed) Base URL: svn://svn.chromium.org/chrome/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') | 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 f02c1bf21bdff06ad7a68defc9def02b29703cd6..22c4e6a574ef2933c2d1e8accf401b9544796628 100755
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -59,8 +59,8 @@ class SVNUnittest(TryChangeTestsBase):
"""trychange.SVN tests."""
def testMembersChanged(self):
members = [
- 'AutomagicalSettings', 'CaptureStatus', 'GetCodeReviewSetting',
- 'ReadRootFile', 'GenerateDiff', 'GetFileNames', 'files', 'file_tuples',
+ 'AutomagicalSettings', 'GetCodeReviewSetting', 'ReadRootFile',
+ 'GenerateDiff', 'GetFileNames',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange.SVN, members)
@@ -83,8 +83,8 @@ class GITUnittest(TryChangeTestsBase):
"""trychange.GIT tests."""
def testMembersChanged(self):
members = [
- 'AutomagicalSettings', 'CaptureStatus', 'GetCodeReviewSetting',
- 'ReadRootFile', 'GenerateDiff', 'GetFileNames', 'files', 'file_tuples',
+ 'AutomagicalSettings', 'GetCodeReviewSetting', 'ReadRootFile',
+ 'GenerateDiff', 'GetFileNames',
]
# 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698