Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1167)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py

Issue 2842393003: wpt-import: Work on third_party/WebKit/LayoutTests instead of third_party/WebKit. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698