Forgot to include the test change.

Review URL: http://codereview.chromium.org/650039

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@39458 0039d316-1c4b-4281-b951-d872f2087c98
parent 793796dc
......@@ -42,6 +42,7 @@ class SVNWrapperTestCase(BaseTestCase):
self.manually_grab_svn_rev = True
self.deps_os = None
self.force = False
self.reset = False
self.nohooks = False
def Options(self, *args, **kwargs):
......@@ -289,6 +290,7 @@ class GitWrapperTestCase(BaseTestCase):
self.manually_grab_svn_rev = True
self.deps_os = None
self.force = False
self.reset = False
self.nohooks = False
sample_git_import = """blob
......
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