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

Unified Diff: samples/tests/samples/src/swarm/SwarmTest.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/tests/samples/src/swarm/SwarmTest.dart
diff --git a/samples/tests/samples/src/swarm/SwarmTest.dart b/samples/tests/samples/src/swarm/SwarmTest.dart
index 0b510f5439cafa5e9e2e53d50fc55157ebbbd8dd..731812c7e98537815f9d390fcf465bca1a0f6ba1 100644
--- a/samples/tests/samples/src/swarm/SwarmTest.dart
+++ b/samples/tests/samples/src/swarm/SwarmTest.dart
@@ -9,7 +9,7 @@
#import('../../../../ui_lib/base/base.dart');
#import('../../../../ui_lib/view/view.dart');
#import('../../../../ui_lib/util/utilslib.dart');
-#import('../../../../../client/testing/unittest/unittest.dart');
+#import('../../../../../client/testing/unittest/unittest_html.dart');
// TODO(jmesserly): these would probably be easier to debug if they were written
// in the WebKit layout test style, so we could easy compare that the DOM is

Powered by Google App Engine
This is Rietveld 408576698