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

Unified Diff: webkit/tools/layout_tests/layout_package/platform_utils_win.py

Issue 146112: Allow layout tests to be located both in src/webkit/data/layout_tests and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
Index: webkit/tools/layout_tests/layout_package/platform_utils_win.py
===================================================================
--- webkit/tools/layout_tests/layout_package/platform_utils_win.py (revision 19531)
+++ webkit/tools/layout_tests/layout_package/platform_utils_win.py (working copy)
@@ -118,7 +118,7 @@
command for Apache 2.x instead of Apache 1.3.x
"""
layout_dir = google.platform_utils_win.GetCygwinPath(
- layout_package_path_utils.LayoutDataDir())
+ layout_package_path_utils.LayoutTestsDir())
main_document_root = os.path.join(layout_dir, "LayoutTests",
"http", "tests")
pending_document_root = os.path.join(layout_dir, "pending",
« no previous file with comments | « webkit/tools/layout_tests/layout_package/path_utils.py ('k') | webkit/tools/layout_tests/layout_package/test_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698