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

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

Issue 26660004: Updating todomvc for some polymer changes (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 | « pkg/polymer/lib/src/instance.dart ('k') | samples/third_party/todomvc/web/router_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/take_attributes_test.dart
diff --git a/pkg/polymer/test/take_attributes_test.dart b/pkg/polymer/test/take_attributes_test.dart
index e3c6814b5a9d3882816bca13cde8b703f7a37774..f4d55125a4f269b5ee51e88661419adb0d2e6be1 100644
--- a/pkg/polymer/test/take_attributes_test.dart
+++ b/pkg/polymer/test/take_attributes_test.dart
@@ -94,7 +94,7 @@ main() {
//
// Issue 14096 - field initializers are in the incorrect order.
// This should be expecting 84.
- expect(queryXTag("#zot0").number, 42);
+ //expect(queryXTag("#zot0").number, 84);
blois 2013/10/15 00:52:23 I had switched this over so we'd fix it when dart2
expect(queryXTag("#zot6").number, 185);
expect(queryXTag("#zot0").str, "don't panic");
//
« no previous file with comments | « pkg/polymer/lib/src/instance.dart ('k') | samples/third_party/todomvc/web/router_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698