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

Unified Diff: generate_dartvm_layout_tests.py

Issue 12224040: Make layout tests use the test_controller.js file under 'lib' (filed was copied (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/tools
Patch Set: Created 7 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generate_dartvm_layout_tests.py
diff --git a/generate_dartvm_layout_tests.py b/generate_dartvm_layout_tests.py
index e69c50fa73cc786f0e325c0fcbceebb47bc27581..6174bb1026e17693458dcc662cff61fb4ab74edb 100755
--- a/generate_dartvm_layout_tests.py
+++ b/generate_dartvm_layout_tests.py
@@ -9,7 +9,7 @@ import sys
TESTS_DIR = os.path.join('third_party', 'WebKit', 'LayoutTests', 'dart', 'dom')
TEST_CONTROLLER_FILE = os.path.join('dart', 'client', 'testing', 'unittest',
- 'test_controller.js')
+ 'lib', 'test_controller.js')
SCRIPT_TAG = '<script type="application/%s" src="%s"></script>\n'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698