| 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 2a3f3c56f00430101559278246f58d9eb243c3e9..db22c115333ffe5acbdb83beb47a15eda6996d51 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
|
| @@ -25,11 +25,11 @@ class TestImporterTest(LoggingTestCase):
|
| self.assertEqual(return_code, 0)
|
| self.assertLog([
|
| 'INFO: Cloning repo: https://chromium.googlesource.com/external/w3c/web-platform-tests.git\n',
|
| - 'INFO: Local path: /mock-checkout/third_party/WebKit/wpt\n',
|
| + 'INFO: Local path: /mock-checkout/third_party/WebKit/LayoutTests/wpt\n',
|
| 'INFO: There were exportable but not-yet-exported commits:\n',
|
| 'INFO: https://chromium.googlesource.com/chromium/src/+/deadbeef\n',
|
| 'INFO: Aborting import to prevent clobbering these commits.\n',
|
| - 'INFO: Deleting temp repo directory /mock-checkout/third_party/WebKit/wpt.\n',
|
| + 'INFO: Deleting temp repo directory /mock-checkout/third_party/WebKit/LayoutTests/wpt.\n',
|
| ])
|
|
|
| def test_update_test_expectations(self):
|
|
|