| Index: sky/tools/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| diff --git a/sky/tools/webkitpy/layout_tests/models/test_expectations_unittest.py b/sky/tools/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| index 5971a284c5e4a19de2a47b11e5cfc670be530710..2847de0ce571ddfa12a50d32170605348829f73d 100644
|
| --- a/sky/tools/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| +++ b/sky/tools/webkitpy/layout_tests/models/test_expectations_unittest.py
|
| @@ -185,9 +185,9 @@ class MiscTests(Base):
|
| try:
|
| filesystem = self._port.host.filesystem
|
| filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsrebaseline.html'), 'content')
|
| - filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsrebaseline-expected.html'), 'content')
|
| + filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsrebaseline-expected.sky'), 'content')
|
| filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsmanualrebaseline.html'), 'content')
|
| - filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsmanualrebaseline-expected.html'), 'content')
|
| + filesystem.write_text_file(filesystem.join(self._port.layout_tests_dir(), 'failures/expected/needsmanualrebaseline-expected.sky'), 'content')
|
| self.parse_exp("""Bug(user) failures/expected/needsrebaseline.html [ NeedsRebaseline ]
|
| Bug(user) failures/expected/needsmanualrebaseline.html [ NeedsManualRebaseline ]""", is_lint_mode=True)
|
| self.assertFalse(True, "ParseError wasn't raised")
|
|
|