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

Unified Diff: webkit/tools/layout_tests/rebaseline.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/rebaseline.py
===================================================================
--- webkit/tools/layout_tests/rebaseline.py (revision 19531)
+++ webkit/tools/layout_tests/rebaseline.py (working copy)
@@ -667,7 +667,7 @@
rows.append(self.HTML_TR % row)
if rows:
- test_path = os.path.join(path_utils.LayoutDataDir(), test)
+ test_path = os.path.join(path_utils.LayoutTestsDir(), test)
html = self.HTML_TR_TEST % (path_utils.FilenameToUri(test_path), test)
html += self.HTML_TEST_DETAIL % ' '.join(rows)
« no previous file with comments | « webkit/tools/layout_tests/layout_package/test_expectations.py ('k') | webkit/tools/layout_tests/run_webkit_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698