| Index: tests/trychange_unittest.py
|
| diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
|
| index 8fc91857a7013a0223e0091339c936c679f3cd6e..a41b452adf94b7ede59f0cfad0c34ffa3c439c12 100755
|
| --- a/tests/trychange_unittest.py
|
| +++ b/tests/trychange_unittest.py
|
| @@ -42,9 +42,9 @@ class TryChangeUnittest(TryChangeTestsBase):
|
| 'EscapeDot', 'GIT', 'GuessVCS', 'GetMungedDiff',
|
| 'HELP_STRING', 'InvalidScript', 'NoTryServerAccess', 'PrintSuccess',
|
| 'SCM', 'SVN', 'TryChange', 'USAGE',
|
| - 'breakpad', 'datetime', 'errno', 'gclient_utils', 'getpass', 'logging',
|
| - 'optparse', 'os', 'posixpath', 're', 'scm', 'shutil', 'sys', 'tempfile',
|
| - 'urllib',
|
| + 'breakpad', 'datetime', 'errno', '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)
|
|
|