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

Unified Diff: dart/third_party/pkg/js/test/js_wrapping/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_wrapping/browser_tests.html
diff --git a/dart/third_party/pkg/js/test/js_wrapping/browser_tests.html b/dart/third_party/pkg/js/test/js_wrapping/browser_tests.html
index 454dafb57b5a9d852d6b4e15a2fb32dec0e02449..d58bd3814f9bf4682bee359b46e7e3b1be6c4bb9 100644
--- a/dart/third_party/pkg/js/test/js_wrapping/browser_tests.html
+++ b/dart/third_party/pkg/js/test/js_wrapping/browser_tests.html
@@ -25,7 +25,7 @@ function Person(firstname, lastname){
Person.prototype.sayHello = function() { return "Hello, I'm " + this.firstname + " " + this.lastname; };
</script>
- <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="packages/browser/dart.js"></script>
<script src="packages/browser/interop.js"></script>

Powered by Google App Engine
This is Rietveld 408576698