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

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

Issue 34533004: remove xtag from Polymer (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/test/attr_deserialize_test.dart » ('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 77713e03f1e13374b7f0137673580e76fd880de6..034894bb58b0814a31c12c9f51c4c81ebfe6f16a 100644
--- a/pkg/polymer/example/component/news/test/news_index_test.dart
+++ b/pkg/polymer/example/component/news/test/news_index_test.dart
@@ -22,8 +22,7 @@ main() {
final items = listComp.queryAll('li');
expect(items.length, 6);
expect(extractLinks(items), ['1', '2', '3', '4', '4', '5']);
- expect(listComp.xtag is Polymer, true,
- reason: 'x-news should be created');
+ expect(listComp is Polymer, true, reason: 'x-news should be created');
final contents = listComp.shadowRoot.queryAll('content');
expect(contents.length, 2, reason: 'news has 2 content tags');
« no previous file with comments | « no previous file | pkg/polymer/test/attr_deserialize_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698