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

Unified Diff: pkg/polymer/test/publish_inherited_properties_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
« no previous file with comments | « pkg/polymer/test/publish_attributes_test.dart ('k') | pkg/polymer/test/register_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/publish_inherited_properties_test.dart
diff --git a/pkg/polymer/test/publish_inherited_properties_test.dart b/pkg/polymer/test/publish_inherited_properties_test.dart
index dacd828760bd25da1a90d90bab453b35f81afc88..e9002439216a904f8ce727e6cbb0d5ebeba37c74 100644
--- a/pkg/polymer/test/publish_inherited_properties_test.dart
+++ b/pkg/polymer/test/publish_inherited_properties_test.dart
@@ -55,7 +55,7 @@ main() => initPolymer().run(() {
test('published properties', () {
published(tag) => (new Element.tag(tag) as PolymerElement)
- .declaration.publishedProperties;
+ .element.publishedProperties;
expect(published('x-zot'), ['Foo', 'Bar', 'zot', 'm']);
expect(published('x-squid'), ['Foo', 'Bar', 'zot', 'm', 'baz', 'squid']);
« no previous file with comments | « pkg/polymer/test/publish_attributes_test.dart ('k') | pkg/polymer/test/register_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698