| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| index eab8350ff159810b9a7c2415c56ce7268f7e60a9..eb88377e02fc7f392fe6154762a18bba8a2926ef 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py
|
| @@ -286,14 +286,14 @@ CONTENT OF TEST
|
|
|
| def test_convert_for_webkit_with_non_utf8(self):
|
| files = {'/file': 'e\x87[P',
|
| - '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.in': '', }
|
| + '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.json5': '', }
|
| host = MockSystemHost(filesystem=MockFileSystem(files=files))
|
| convert_for_webkit('', '/file', '', host)
|
|
|
| # This test passes if no Exception is raised
|
| def test_convert_for_webkit_with_utf8(self):
|
| files = {'/file': 'foo',
|
| - '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.in': '', }
|
| + '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.json5': '', }
|
| host = MockSystemHost(filesystem=MockFileSystem(files=files))
|
| convert_for_webkit('', '/file', '', host)
|
|
|
|
|