| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| index 83dcf866376660ae54767665dfa81920423ae0aa..a39799df67c8c8fda8d5759600473cd8fa805c9f 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl_unittest.py
|
| @@ -228,7 +228,16 @@ class RebaselineCLTest(BaseTestCase, LoggingTestCase):
|
| ])
|
| self.assertEqual(
|
| self.tool.executive.calls,
|
| - [['git', 'cl', 'try', '-b', 'MOCK Try Linux']])
|
| + [
|
| + [
|
| + 'python',
|
| + '/mock-checkout/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/manifest',
|
| + '--work',
|
| + '--tests-root',
|
| + '/mock-checkout/third_party/WebKit/LayoutTests/external/wpt'
|
| + ],
|
| + ['git', 'cl', 'try', '-b', 'MOCK Try Linux']
|
| + ])
|
|
|
| def test_rebaseline_calls(self):
|
| """Tests the list of commands that are invoked when rebaseline is called."""
|
|
|