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

Unified Diff: pkg/polymer/example/component/news/test/news_index_test.html

Issue 109893005: Change polymer tests to use internal test_controller, not unittest/test_controller. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove dead _isJSSeen variable. Created 7 years 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: pkg/polymer/example/component/news/test/news_index_test.html
diff --git a/pkg/polymer/example/component/news/test/news_index_test.html b/pkg/polymer/example/component/news/test/news_index_test.html
index 16667512e354728a23e52e405289435dd7e6cfc8..cc0b98d4e467c111a3e13e8e5ed837b2e63b5315 100644
--- a/pkg/polymer/example/component/news/test/news_index_test.html
+++ b/pkg/polymer/example/component/news/test/news_index_test.html
@@ -8,7 +8,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<!--polymer-test: this comment is needed for test_suite.dart-->
<title>Simple Web Components Example</title>
<link rel="import" href="../web/news-component.html">
- <script src="packages/unittest/test_controller.js"></script>
+ <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
</head>
<body>
<h1>Simple Web Components Example</h1>
« no previous file with comments | « pkg/polymer/example/canonicalization/test/canonicalization_test.html ('k') | pkg/polymer/lib/src/build/linter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698