| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| index c0ac63898474c4f18a1478f37226cc072385f4ca..517a53450edbf445280532babf3321f40055fe61 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
|
| @@ -33,7 +33,6 @@ from webkitpy.layout_tests.print_layout_test_types import main
|
|
|
|
|
| class PrintLayoutTestTimesTest(unittest.TestCase):
|
| -
|
| def check(self, args, expected_output, files=None):
|
| host = MockHost()
|
| files = files or {}
|
| @@ -52,7 +51,8 @@ class PrintLayoutTestTimesTest(unittest.TestCase):
|
| self.check(['--type', 'audio', 'passes'], 'passes/audio.html\n')
|
|
|
| def test_basic(self):
|
| - self.check(['failures/unexpected/missing_image.html', 'passes/image.html', 'passes/audio.html', 'passes/reftest.html'],
|
| + 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'
|
|
|