| Index: tests/trychange_unittest.py
|
| diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
|
| index 069d0d3746b76b67971370a6faa3aeb898f93572..d4e54e3abe746ad63d807a33ce761cc5299610f2 100755
|
| --- a/tests/trychange_unittest.py
|
| +++ b/tests/trychange_unittest.py
|
| @@ -48,14 +48,15 @@ class TryChangeUnittest(TryChangeTestsBase):
|
| members = [
|
| 'DieWithError', 'EPILOG', 'Escape', 'GIT', 'GIT_PATCH_DIR_BASENAME',
|
| 'GetMungedDiff', 'GuessVCS', 'GIT_BRANCH_FILE',
|
| - 'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'OptionParser',
|
| - 'PrintSuccess',
|
| + 'HELP_STRING', 'Error', 'InvalidScript', 'NoTryServerAccess',
|
| + 'OptionParser', 'PrintSuccess',
|
| 'RunCommand', 'RunGit', 'SCM', 'SVN', 'TryChange', 'USAGE', 'contextlib',
|
| 'breakpad',
|
| - 'datetime', 'errno', 'fix_encoding', 'gcl', 'gclient_utils', 'gen_parser',
|
| + 'datetime', 'errno', 'fix_encoding', 'gcl', 'gclient_utils',
|
| + 'gerrit_util', 'gen_parser',
|
| 'getpass', 'itertools', 'json', 'logging', 'optparse', 'os', 'posixpath',
|
| 're', 'scm', 'shutil', 'subprocess2', 'sys', 'tempfile', 'urllib',
|
| - 'urllib2']
|
| + 'urllib2', 'urlparse']
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(trychange, members)
|
|
|
|
|