| 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',
|
|
|