Commit ad020117 authored by chase@chromium.org's avatar chase@chromium.org

Fix trychange unittest.

BUG=none
TEST=trychange unittest passes
Review URL: http://codereview.chromium.org/243090

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@27969 0039d316-1c4b-4281-b951-d872f2087c98
parent ab27b8ed
......@@ -28,7 +28,7 @@ class TryChangeUnittest(TryChangeTestsBase):
'RunCommand', 'SCM', 'SVN', 'TryChange', 'USAGE',
'datetime', 'gcl', 'gclient', 'gclient_scm', 'getpass', 'logging',
'optparse', 'os', 'shutil', 'socket', 'sys', 'tempfile', 'traceback',
'upload', 'urllib',
'upload', 'urllib', 'subprocess',
]
# If this test fails, you should add the relevant test.
self.compareMembers(trychange, members)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment