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

Unified Diff: dart/samples/third_party/todomvc/test/mainpage_test.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/samples/third_party/todomvc/test/mainpage_test.html
diff --git a/dart/samples/third_party/todomvc/test/mainpage_test.html b/dart/samples/third_party/todomvc/test/mainpage_test.html
index ce3852e577228ea86fdc96842ad3b50cbb631778..5cda1ade0eb88c94b97d21adfee9a93e16f5cb2e 100644
--- a/dart/samples/third_party/todomvc/test/mainpage_test.html
+++ b/dart/samples/third_party/todomvc/test/mainpage_test.html
@@ -12,7 +12,7 @@ BSD-style license that can be found in the LICENSE file.
<link rel="stylesheet" href="../web/app/app.css">
<link rel="import" href="../web/elements/td_model.html">
<link rel="import" href="../web/elements/td_todos.html">
- <script src="packages/unittest/test_controller.js"></script>
+ <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
<title>Polymer.dart • TodoMVC</title>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698