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

Unified Diff: tests/trychange_unittest.py

Issue 481006: Allow git-try to try rietveld changes directly. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: Fix comments Created 10 years, 11 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
Index: tests/trychange_unittest.py
===================================================================
--- tests/trychange_unittest.py (revision 35878)
+++ tests/trychange_unittest.py (working copy)
@@ -39,7 +39,7 @@
"""General trychange.py tests."""
def testMembersChanged(self):
members = [
- 'EscapeDot', 'GIT', 'GuessVCS',
+ 'EscapeDot', 'GIT', 'GuessVCS', 'GetMungedDiff',
'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PrintSuccess',
'SCM', 'SVN', 'TryChange', 'USAGE',
'breakpad', 'datetime', 'errno', 'gclient_utils', 'getpass', 'logging',

Powered by Google App Engine
This is Rietveld 408576698