| 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 404e09e5186a2c0e80e311124b00e6b0bd6cf3ae..a76c2a69cbd5a96d2e89188a858e4476a71db1bd 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
|
| @@ -162,7 +162,7 @@ class TestImporterTest(LoggingTestCase):
|
| '/mock-checkout/third_party/WebKit/LayoutTests/W3CImportExpectations',
|
| '## Owners: someone@chromium.org\n'
|
| '# external/wpt/foo [ Pass ]\n')
|
| - git = MockGit()
|
| + git = MockGit(filesystem=host.filesystem, executive=host.executive, platform=host.platform)
|
| git.changed_files = lambda: ['third_party/WebKit/LayoutTests/external/wpt/foo/x.html']
|
| host.git = lambda: git
|
| importer = TestImporter(host)
|
|
|