| Index: tests/gclient_test.py
|
| diff --git a/tests/gclient_test.py b/tests/gclient_test.py
|
| index 86cb69300f3a1d956009b4d798c8204ca82bbe2e..ea61b0a1d55caf495c031ecb0e18b9fc20eefd05 100755
|
| --- a/tests/gclient_test.py
|
| +++ b/tests/gclient_test.py
|
| @@ -72,7 +72,7 @@ class GclientTest(trial_dir.TestCase):
|
| os.chdir(self.previous_dir)
|
| super(GclientTest, self).tearDown()
|
|
|
| - def _createscm(self, parsed_url, root_dir, name):
|
| + def _createscm(self, parsed_url, root_dir, name, out_fh=None, out_cb=None):
|
| self.assertTrue(parsed_url.startswith('svn://example.com/'), parsed_url)
|
| self.assertTrue(root_dir.startswith(self.root_dir), root_dir)
|
| return SCMMock(self, parsed_url)
|
|
|