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

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

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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/template_attr_template_test.dart
diff --git a/pkg/polymer/test/template_attr_template_test.dart b/pkg/polymer/test/template_attr_template_test.dart
index a4e0b71f3a250dabe2a205bffa6c42ed3f12b7a8..bd129d41cc6ccd62d887e9c9df6c476f35f2c522 100644
--- a/pkg/polymer/test/template_attr_template_test.dart
+++ b/pkg/polymer/test/template_attr_template_test.dart
@@ -47,7 +47,6 @@ main() => initPolymer().run(() {
setUp(() => Polymer.onReady);
test('declaration-tests-ran', () {
- // TODO(jakemac): Change this to '2' once http://dartbug.com/20197 is fixed.
Siggi Cherem (dart-lang) 2014/12/04 00:32:18 woo hoo!
- expect(testsRun, 3, reason: 'decoration-tests-ran');
+ expect(testsRun, 2, reason: 'decoration-tests-ran');
});
});

Powered by Google App Engine
This is Rietveld 408576698