| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests_unittest.py
|
| index ebfd267ed03613195e12da71eb8c971ad5f26d00..ad3851592617aeb52f4935fb1db9ae7afe920787 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flaky_tests_unittest.py
|
| @@ -6,7 +6,7 @@ from webkitpy.layout_tests.builder_list import BuilderList
|
| from webkitpy.layout_tests.layout_package import bot_test_expectations
|
| from webkitpy.tool.commands import flaky_tests
|
| from webkitpy.tool.commands.command_test import CommandsTest
|
| -from webkitpy.tool.mock_tool import MockTool, MockOptions
|
| +from webkitpy.tool.mock_tool import MockWebKitPatch, MockOptions
|
|
|
|
|
| class FakeBotTestExpectations(object):
|
| @@ -70,7 +70,7 @@ class FlakyTestsTest(CommandsTest):
|
|
|
| def test_integration(self):
|
| command = flaky_tests.FlakyTests()
|
| - tool = MockTool()
|
| + tool = MockWebKitPatch()
|
| tool.builders = self.fake_builders_list()
|
| command.expectations_factory = FakeBotTestExpectationsFactory
|
| options = MockOptions(upload=True)
|
|
|