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

Unified Diff: pkg/polymer/test/publish_attributes_test.dart

Issue 307793002: update polymer, nodebind, and templatebinding (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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: pkg/polymer/test/publish_attributes_test.dart
diff --git a/pkg/polymer/test/publish_attributes_test.dart b/pkg/polymer/test/publish_attributes_test.dart
index 241f53aa145c79ef25ec5da1138c02306b2d449f..e31199c2d890dc8a0c34d3aedfa301b34f743095 100644
--- a/pkg/polymer/test/publish_attributes_test.dart
+++ b/pkg/polymer/test/publish_attributes_test.dart
@@ -59,7 +59,7 @@ main() => initPolymer().run(() {
test('published properties', () {
published(tag) => (new Element.tag(tag) as PolymerElement)
- .declaration.publishedProperties;
+ .element.publishedProperties;
expect(published('x-foo'), ['Foo', 'baz']);
expect(published('x-bar'), ['Foo', 'baz', 'Bar']);
« no previous file with comments | « pkg/polymer/test/prop_attr_reflection_test.html ('k') | pkg/polymer/test/publish_inherited_properties_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698