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

Unified Diff: samples/third_party/todomvc/test/listorder_test.dart

Issue 27274002: Fixing bots after Polymer element integration (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
Index: samples/third_party/todomvc/test/listorder_test.dart
diff --git a/samples/third_party/todomvc/test/listorder_test.dart b/samples/third_party/todomvc/test/listorder_test.dart
index 593905733f9941d1e3659307cfa57c714de1c83f..1c06455a00fb35a12ec05945daec4fc5c96c9337 100644
--- a/samples/third_party/todomvc/test/listorder_test.dart
+++ b/samples/third_party/todomvc/test/listorder_test.dart
@@ -4,6 +4,7 @@
library todomvc.test.listorder_test;
+import 'dart:async';
import 'dart:html';
import 'package:polymer/polymer.dart';
import 'package:unittest/unittest.dart';
@@ -20,6 +21,8 @@ main() {
final root = query('todo-app').shadowRoot;
+ setUp(() => new Future.delayed(Duration.ZERO));
+
test('programmatically add items to model', () {
appModel.todos.addAll([
new Todo('one (unchecked)'),
« no previous file with comments | « pkg/polymer/test/build/polyfill_injector_test.dart ('k') | samples/third_party/todomvc/test/mainpage_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698