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

Unified Diff: pkg/polymer/example/component/news/test/news_index_test.dart

Issue 225043004: Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/example/component/news/test/news_index_test.dart
diff --git a/pkg/polymer/example/component/news/test/news_index_test.dart b/pkg/polymer/example/component/news/test/news_index_test.dart
index 6e0c660e7905899a65bcae1dfc5aeea56a6c4591..192601bfc306aa438345b2d7a30e338bb34ed81f 100644
--- a/pkg/polymer/example/component/news/test/news_index_test.dart
+++ b/pkg/polymer/example/component/news/test/news_index_test.dart
@@ -8,8 +8,8 @@ import 'package:unittest/unittest.dart';
import 'package:unittest/html_config.dart';
/// This test runs the news example and checks the state of the initial page.
+@initMethod
main() {
- initPolymer();
useHtmlConfiguration();
extractLinks(nodes) => nodes.where((n) => n is Element)

Powered by Google App Engine
This is Rietveld 408576698