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

Unified Diff: client/testing/unittest/unittest.dart

Issue 8341119: Get rid of use of dart:html in unittestlib. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove old comment. Created 9 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
« no previous file with comments | « no previous file | client/testing/unittest/unittest_dom.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/testing/unittest/unittest.dart
diff --git a/client/testing/unittest/unittest.dart b/client/testing/unittest/unittest.dart
index 09f0cda29e6a9e2d8b7b5d656235f029897c7e57..045bbccfcd62b81d8c4db21effad8f3713559fbd 100644
--- a/client/testing/unittest/unittest.dart
+++ b/client/testing/unittest/unittest.dart
@@ -2,15 +2,11 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// Version of unittest library that uses the html library versions of 'window'
-// and 'document'.
-
-// TODO: When it is possible to use both dom and html in the same program
-// (i.e. using namespaces to distinguish the two global window() getters),
-// remove one of the versions.
-
+/**
+ * A simple unit test library.
+ */
#library("unittest");
-#import("dart:html");
+#import("dart:dom");
#source("unittestsuite.dart");
« no previous file with comments | « no previous file | client/testing/unittest/unittest_dom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698