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

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

Issue 26196005: Fixing polymer example code for Polymer element change (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | pkg/polymer/example/component/news/web/news-component.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/example/component/news/test/news_index_test.dart
diff --git a/pkg/polymer/example/component/news/test/news_index_test.dart b/pkg/polymer/example/component/news/test/news_index_test.dart
index 67ebbe39b1478c716f49d08684bcbd91840d88c6..ed804cd69c556a10dcbe00512dfa43ed152294a5 100644
--- a/pkg/polymer/example/component/news/test/news_index_test.dart
+++ b/pkg/polymer/example/component/news/test/news_index_test.dart
@@ -21,7 +21,7 @@ main() {
final items = listComp.queryAll('li');
expect(items.length, 6);
expect(extractLinks(items), ['1', '2', '3', '4', '4', '5']);
- expect(listComp.xtag is PolymerElement, true,
+ expect(listComp.xtag is Polymer, true,
reason: 'x-news should be created');
final contents = listComp.shadowRoot.queryAll('content');
« no previous file with comments | « no previous file | pkg/polymer/example/component/news/web/news-component.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698