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

Unified Diff: dart/third_party/pkg/js/test/js/browser_tests.html

Issue 177333004: Change tests to use test.py's test_controller.js, cleanup in browser_controller (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
Index: dart/third_party/pkg/js/test/js/browser_tests.html
diff --git a/dart/third_party/pkg/js/test/js/browser_tests.html b/dart/third_party/pkg/js/test/js/browser_tests.html
index d7d8532e7b2042aa077811d4b9fa546d893d4f78..1a991dd2a39b9b173c925f9a0ae5fb8082a01692 100644
--- a/dart/third_party/pkg/js/test/js/browser_tests.html
+++ b/dart/third_party/pkg/js/test/js/browser_tests.html
@@ -20,7 +20,7 @@
</head>
<body>
<h1>Loading and running tests</h1>
- <script src="packages/unittest/test_controller.js"></script>
+ <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
<script type="application/dart" src="browser_tests.dart"></script>
<script src="browser_tests_bootstrap.js"></script>
<script src="packages/browser/dart.js"></script>

Powered by Google App Engine
This is Rietveld 408576698