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

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

Issue 10173019: Revert "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/SVGElementTest.dart ('k') | client/tests/client/html/TypedArrays3Test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/html/SVGElementTests.dart
diff --git a/client/tests/client/html/SVGElementTest.dart b/client/tests/client/html/SVGElementTests.dart
similarity index 97%
rename from client/tests/client/html/SVGElementTest.dart
rename to client/tests/client/html/SVGElementTests.dart
index 9548505dbc61c45beecde53d53f1039b38e6ec6a..275f328688b760b8caf857f0cd9000f9a49f9c73 100644
--- a/client/tests/client/html/SVGElementTest.dart
+++ b/client/tests/client/html/SVGElementTests.dart
@@ -2,14 +2,8 @@
// 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) {
@@ -187,4 +181,4 @@ main() {
Expect.equals('<circle></circle><path></path>', el.innerHTML);
});
});
-}
+}
« no previous file with comments | « client/tests/client/html/SVGElementTest.dart ('k') | client/tests/client/html/TypedArrays3Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698