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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win_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/win_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py
index d203da11ab00123d0d6f6b00482b21b33e40ccb6..081ef3f7bea2e340c348299bd8d4115494a1620b 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win_unittest.py
@@ -151,4 +151,4 @@ class WinPortTest(port_testcase.PortTestCase):
def test_path_to_apache_config_file(self):
self.assertEqual(
self.make_port().path_to_apache_config_file(),
- '/mock-checkout/third_party/WebKit/LayoutTests/http/conf/win-httpd.conf')
+ '/mock-checkout/third_party/WebKit/Tools/Scripts/apache_config/win-httpd.conf')

Powered by Google App Engine
This is Rietveld 408576698