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

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

Issue 2679173005: Rename Host.scm -> Host.git. (Closed)
Patch Set: Created 3 years, 10 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 df5a7c694f5c9cb8cfa612b17c9a771034102130..a2a30a36a9b9cc95f96d2fd93be71f042b400669 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
@@ -485,8 +485,8 @@ class TestRebaselineJson(BaseTestCase):
])
def test_unstaged_baselines(self):
- scm = self.tool.scm()
- scm.unstaged_changes = lambda: {
+ git = self.tool.git()
+ git.unstaged_changes = lambda: {
'third_party/WebKit/LayoutTests/x/foo-expected.txt': 'M',
'third_party/WebKit/LayoutTests/x/foo-expected.something': '?',
'third_party/WebKit/LayoutTests/x/foo-expected.png': '?',

Powered by Google App Engine
This is Rietveld 408576698