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

Unified Diff: tests/dom/websocket_test.dart

Issue 10222026: Migrate dom tests to dart:html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase & address comments. Created 8 years, 8 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: tests/dom/websocket_test.dart
diff --git a/tests/dom/websocket_test.dart b/tests/dom/websocket_test.dart
index 238003bfa8a9b3d423f6a051c33b6f52d7bff876..84ca3758159397bc99c6e5e228c31f07299dc5ea 100644
--- a/tests/dom/websocket_test.dart
+++ b/tests/dom/websocket_test.dart
@@ -1,11 +1,11 @@
#library('WebSocketTest');
#import('../../lib/unittest/unittest.dart');
-#import('../../lib/unittest/dom_config.dart');
-#import('dart:dom');
+#import('../../lib/unittest/html_config.dart');
+#import('dart:html');
main() {
- useDomConfiguration();
+ useHtmlConfiguration();
test('constructorTest', () {
var socket = new WebSocket('ws://localhost');

Powered by Google App Engine
This is Rietveld 408576698