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

Unified Diff: tests/html/xmldocument_2_test.dart

Issue 11778071: Removing outdated xml tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « tests/html/html.status ('k') | tests/html/xmldocument_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/xmldocument_2_test.dart
diff --git a/tests/html/xmldocument_2_test.dart b/tests/html/xmldocument_2_test.dart
deleted file mode 100644
index 9e52ae378f152043032c1ccb01b3048db8250710..0000000000000000000000000000000000000000
--- a/tests/html/xmldocument_2_test.dart
+++ /dev/null
@@ -1,19 +0,0 @@
-library XmlDocument2Test;
-import '../../pkg/unittest/lib/unittest.dart';
-import '../../pkg/unittest/lib/html_config.dart';
-import 'dart:html';
-
-main() {
- useHtmlConfiguration();
- test('Document.query', () {
- Document doc = new DomParser().parseFromString(
- '''<ResultSet>
- <Row>A</Row>
- <Row>B</Row>
- <Row>C</Row>
- </ResultSet>''','text/xml');
-
- var rs = doc.query('ResultSet');
- expect(rs, isNotNull);
- });
-}
« no previous file with comments | « tests/html/html.status ('k') | tests/html/xmldocument_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698