| Index: sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
|
| diff --git a/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py b/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
|
| index 99d22462ab7c51e14d4af5695413d81893b9bfb1..300bdbfa7e3474e86f524d03a6e674745ac9c8a6 100644
|
| --- a/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
|
| +++ b/sky/tools/webkitpy/layout_tests/models/test_run_results_unittest.py
|
| @@ -105,7 +105,7 @@ class InterpretTestFailuresTest(unittest.TestCase):
|
| self.port = host.port_factory.get(port_name='test')
|
|
|
| def test_interpret_test_failures(self):
|
| - test_dict = test_run_results._interpret_test_failures([test_failures.FailureReftestMismatchDidNotOccur(self.port.abspath_for_test('foo/reftest-expected-mismatch.html'))])
|
| + test_dict = test_run_results._interpret_test_failures([test_failures.FailureReftestMismatchDidNotOccur(self.port.abspath_for_test('foo/reftest-expected-mismatch.sky'))])
|
| self.assertEqual(len(test_dict), 0)
|
|
|
| test_dict = test_run_results._interpret_test_failures([test_failures.FailureMissingAudio()])
|
|
|