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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py

Issue 2454323004: Make layout test harness extensible with custom layout tests directory (Closed)
Patch Set: Undo non test harness changes Created 4 years, 1 month 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
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
index a0802a85cb086a07344b00f649027d8fbd707419..7c8a2763845ecff19b16e7cbe247fe851009f802 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
@@ -85,4 +85,4 @@ class MacPortTest(port_testcase.PortTestCase):
port._apache_version = lambda: '2.2' # pylint: disable=protected-access
self.assertEqual(
port.path_to_apache_config_file(),
- '/mock-checkout/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf')
+ '/mock-checkout/third_party/WebKit/Tools/Scripts/apache_config/apache2-httpd-2.2.conf')

Powered by Google App Engine
This is Rietveld 408576698