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

Unified Diff: tests/trychange_unittest.py

Issue 3390013: Reuse gcl.py's code review settings when running [gcl try], as gcl is ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/depot_tools/
Patch Set: '' Created 10 years, 2 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 | « git-try ('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 61647)
+++ tests/trychange_unittest.py (working copy)
@@ -40,12 +40,12 @@
"""General trychange.py tests."""
def testMembersChanged(self):
members = [
- 'EPILOG', 'EscapeDot', 'GIT', 'GuessVCS', 'GetMungedDiff',
- 'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PrintSuccess',
- 'SCM', 'SVN', 'TryChange', 'USAGE',
- 'breakpad', 'datetime', 'errno', 'gclient_utils', 'getpass', 'json',
- 'logging', 'optparse', 'os', 'posixpath', 're', 'scm', 'shutil', 'sys',
- 'tempfile', 'urllib',
+ 'EPILOG', 'EscapeDot', 'GclGetCodeReviewSetting', 'GIT', 'GuessVCS',
+ 'GetMungedDiff', 'HELP_STRING', 'InvalidScript', 'NoTryServerAccess',
+ 'PrintSuccess', 'SCM', 'SVN', 'TryChange', 'USAGE',
+ 'breakpad', 'datetime', 'errno', 'gcl', 'gclient_utils', 'getpass',
+ 'json', 'logging', 'optparse', 'os', 'posixpath', 're', 'scm', 'shutil',
+ 'sys', 'tempfile', 'urllib',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange, members)
« no previous file with comments | « git-try ('k') | trychange.py » ('j') | trychange.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698