| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py
|
| index 1ff68fe111388b38c0b9723923e9b1a969df8daf..7763301954dbacf0c206ef83ef4fb23baa65cae7 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py
|
| @@ -134,7 +134,7 @@ class TestImporterTest(unittest.TestCase):
|
| '/blink/w3c/dir1/my-ref-test.html': '<html><head><link rel="match" href="ref-file.html" />test</head></html>',
|
| '/blink/w3c/dir1/ref-file.html': '<html><head>test</head></html>',
|
| '/mock-checkout/third_party/WebKit/LayoutTests/W3CImportExpectations': '',
|
| - '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.in': '',
|
| + '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.json5': '',
|
| })
|
| importer = TestImporter(host, FAKE_SOURCE_REPO_DIR, self.options())
|
| importer.find_importable_tests()
|
| @@ -159,7 +159,7 @@ class TestImporterTest(unittest.TestCase):
|
| host.filesystem = MockFileSystem(files={
|
| '/blink/w3c/dir1/my-ref-test.html': '<html><head><link rel="match" href="not-here.html" /></head></html>',
|
| '/mock-checkout/third_party/WebKit/LayoutTests/W3CImportExpectations': '',
|
| - '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.in': '',
|
| + '/mock-checkout/third_party/WebKit/Source/core/css/CSSProperties.json5': '',
|
| })
|
| importer = TestImporter(host, FAKE_SOURCE_REPO_DIR, self.options())
|
| importer.find_importable_tests()
|
|
|