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

Unified Diff: client/tests/client/html/SVGElementTest.dart

Issue 10139016: Break html_tests.dart into multiple tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « client/tests/client/html/NodeTests.dart ('k') | client/tests/client/html/SVGElementTests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/html/SVGElementTest.dart
diff --git a/client/tests/client/html/SVGElementTests.dart b/client/tests/client/html/SVGElementTest.dart
similarity index 97%
rename from client/tests/client/html/SVGElementTests.dart
rename to client/tests/client/html/SVGElementTest.dart
index 275f328688b760b8caf857f0cd9000f9a49f9c73..9548505dbc61c45beecde53d53f1039b38e6ec6a 100644
--- a/client/tests/client/html/SVGElementTests.dart
+++ b/client/tests/client/html/SVGElementTest.dart
@@ -2,8 +2,14 @@
// 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.
+#library('SVGElementTest');
+#import('../../../../lib/unittest/unittest.dart');
+#import('../../../../lib/unittest/html_config.dart');
+#import('dart:html');
+
+main() {
+ useHtmlConfiguration();
-void testSVGElement() {
Collection<String> _nodeStrings(Collection<Node> input) {
final out = new List<String>();
for (Node n in input) {
@@ -181,4 +187,4 @@ void testSVGElement() {
Expect.equals('<circle></circle><path></path>', el.innerHTML);
});
});
-}
+}
« no previous file with comments | « client/tests/client/html/NodeTests.dart ('k') | client/tests/client/html/SVGElementTests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698