| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| index 704fc4616222a5d97ce12535edc27fd696a2d1d4..d771006a64b82715a706cd78378ce7639e2b1ade 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py
|
| @@ -11,7 +11,7 @@ from webkitpy.common.system.executive_mock import MockExecutive2
|
| from webkitpy.common.system.outputcapture import OutputCapture
|
| from webkitpy.layout_tests.builder_list import BuilderList
|
| from webkitpy.tool.commands.rebaseline import *
|
| -from webkitpy.tool.mock_tool import MockTool, MockOptions
|
| +from webkitpy.tool.mock_tool import MockWebKitPatch, MockOptions
|
|
|
|
|
| class BaseTestCase(unittest.TestCase):
|
| @@ -21,7 +21,7 @@ class BaseTestCase(unittest.TestCase):
|
| command_constructor = None
|
|
|
| def setUp(self):
|
| - self.tool = MockTool()
|
| + self.tool = MockWebKitPatch()
|
| # lint warns that command_constructor might not be set, but this is intentional; pylint: disable=E1102
|
| self.command = self.command_constructor()
|
| self.tool.builders = BuilderList({
|
|
|