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

Unified Diff: tests/trychange_unittest.py

Issue 2016006: Makes trychange.py search harder for codereview.settings in a gclient checkout. (Closed)
Patch Set: Created 10 years, 7 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 | « no previous file | 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 9f2c5a65ac76d3571082c499a231eb7d9206db55..aae2641ee41215f2d6fddd3346fe567514c88967 100755
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -55,8 +55,7 @@ class SVNUnittest(TryChangeTestsBase):
"""trychange.SVN tests."""
def testMembersChanged(self):
members = [
- 'AutomagicalSettings', 'GclStyleSettings', 'GclientStyleSettings',
- 'GetCodeReviewSetting', 'ReadRootFile',
+ 'AutomagicalSettings', 'GetCodeReviewSetting', 'ReadRootFile',
'GenerateDiff', 'GetFileNames',
]
# If this test fails, you should add the relevant test.
@@ -80,8 +79,7 @@ class GITUnittest(TryChangeTestsBase):
"""trychange.GIT tests."""
def testMembersChanged(self):
members = [
- 'AutomagicalSettings', 'GclStyleSettings', 'GclientStyleSettings',
- 'GetCodeReviewSetting', 'ReadRootFile',
+ 'AutomagicalSettings', 'GetCodeReviewSetting', 'ReadRootFile',
'GenerateDiff', 'GetFileNames',
]
# If this test fails, you should add the relevant test.
« no previous file with comments | « no previous file | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698