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

Unified Diff: sky/tools/webkitpy/tool/commands/rebaseline_unittest.py

Issue 639883003: Get test_webkitpy to actually run again. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 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
« no previous file with comments | « sky/tools/webkitpy/tool/commands/rebaseline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
diff --git a/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py b/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
index 81277d7e2dcf5f328a78e8a0aae8662a601051b9..ab1ea087c0cc411f305e1de91bcf177e8115e93b 100644
--- a/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
+++ b/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
@@ -1246,7 +1246,7 @@ class TestRebaselineOMatic(_BaseTestCase):
self.assertEqual(out, '')
self.assertEqual(self.tool.executive.calls, [
['git', 'pull'],
- ['/mock-checkout/third_party/WebKit/Tools/Scripts/webkit-patch', 'auto-rebaseline'],
+ ['/mock-checkout/third_party/WebKit/tools/webkit-patch', 'auto-rebaseline'],
])
self.assertEqual(self._logs, ['MOCK STDOUT'])
@@ -1262,6 +1262,6 @@ class TestRebaselineOMatic(_BaseTestCase):
self.assertEqual(out, 'MOCK STDOUT\n')
self.assertEqual(self.tool.executive.calls, [
['git', 'pull'],
- ['/mock-checkout/third_party/WebKit/Tools/Scripts/webkit-patch', 'auto-rebaseline', '--verbose'],
+ ['/mock-checkout/third_party/WebKit/tools/webkit-patch', 'auto-rebaseline', '--verbose'],
])
self.assertEqual(self._logs, ['MOCK STDOUT'])
« no previous file with comments | « sky/tools/webkitpy/tool/commands/rebaseline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698