| Index: tests/trychange_unittest.py
|
| diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
|
| index 3e6e0b43fe122fc12967de908d2ef40221028c21..2082d9770b4f6517544064b597ecdf5ac41d7f5f 100755
|
| --- a/tests/trychange_unittest.py
|
| +++ b/tests/trychange_unittest.py
|
| @@ -46,10 +46,12 @@ class TryChangeUnittest(TryChangeTestsBase):
|
| """General trychange.py tests."""
|
| def testMembersChanged(self):
|
| members = [
|
| - 'DieWithError', 'EPILOG', 'Escape', 'GIT', 'GetMungedDiff', 'GuessVCS',
|
| + 'DieWithError', 'EPILOG', 'Escape', 'GIT', 'GIT_PATCH_DIR_BASENAME',
|
| + 'GetMungedDiff', 'GuessVCS',
|
| 'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'OptionParser',
|
| 'PrintSuccess',
|
| - 'RunCommand', 'RunGit', 'SCM', 'SVN', 'TryChange', 'USAGE', 'breakpad',
|
| + 'RunCommand', 'RunGit', 'SCM', 'SVN', 'TryChange', 'USAGE', 'contextlib',
|
| + 'breakpad',
|
| 'datetime', 'errno', 'fix_encoding', 'gcl', 'gclient_utils', 'gen_parser',
|
| 'getpass', 'itertools', 'json', 'logging', 'optparse', 'os', 'posixpath',
|
| 're', 'scm', 'shutil', 'subprocess2', 'sys', 'tempfile', 'urllib',
|
|
|