| 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 45b6bb9cf25469a3c5eb75f71437e0d456cae107..506d77b3eab845c039bd778189a08d7b14e315d4 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
|
| @@ -151,7 +151,7 @@ class TestImporterTest(LoggingTestCase):
|
| '# external/wpt/foo [ Pass ]\n')
|
| git = MockGit()
|
| git.changed_files = lambda: ['third_party/WebKit/LayoutTests/external/wpt/foo/x.html']
|
| - host.scm = lambda: git
|
| + host.git = lambda: git
|
| importer = TestImporter(host)
|
| self.assertEqual(importer.get_directory_owners(), {'someone@chromium.org': 'external/wpt/foo'})
|
|
|
|
|