| 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 ab1ea087c0cc411f305e1de91bcf177e8115e93b..992d170fc751cc8e1395bbd23badc0d952ea9c26 100644
|
| --- a/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
|
| +++ b/sky/tools/webkitpy/tool/commands/rebaseline_unittest.py
|
| @@ -263,7 +263,7 @@ Bug(A) [ Debug ] : fast/css/large-list-of-rules-crash.html [ Failure ]
|
|
|
| def test_rebaseline_reftest(self):
|
| self._write("userscripts/another-test.html", "test data")
|
| - self._write("userscripts/another-test-expected.html", "generic result")
|
| + self._write("userscripts/another-test-expected.sky", "generic result")
|
| OutputCapture().assert_outputs(self, self.command._rebaseline_test_and_update_expectations, args=[self.options],
|
| expected_logs="Cannot rebaseline reftest: userscripts/another-test.html\n")
|
| self.assertDictEqual(self.command._scm_changes, {'add': [], 'remove-lines': [], "delete": []})
|
|
|