Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py

Issue 2127343003: Rename MockTool -> MockWebKitPatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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({

Powered by Google App Engine
This is Rietveld 408576698