| Index: Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py b/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| index c0ac63898474c4f18a1478f37226cc072385f4ca..dd792e99761723cdd03d15138ca63e701f79aad3 100755
|
| --- a/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| @@ -53,7 +53,7 @@ class PrintLayoutTestTimesTest(unittest.TestCase):
|
|
|
| def test_basic(self):
|
| self.check(['failures/unexpected/missing_image.html', 'passes/image.html', 'passes/audio.html', 'passes/reftest.html'],
|
| - 'failures/unexpected/missing_image.html text\n'
|
| - 'passes/image.html pixel\n'
|
| - 'passes/audio.html audio\n'
|
| - 'passes/reftest.html ref\n')
|
| + 'failures/unexpected/missing_image.html text\n'
|
| + 'passes/image.html pixel\n'
|
| + 'passes/audio.html audio\n'
|
| + 'passes/reftest.html ref\n')
|
|
|