| Index: tests/dom/domparser_test.dart
|
| diff --git a/tests/dom/domparser_test.dart b/tests/dom/domparser_test.dart
|
| index c2a388294c74f80dd8ca17b37f18d930654c305c..25be0426c1f05985f5da3e53a8f21ed115e6d25f 100644
|
| --- a/tests/dom/domparser_test.dart
|
| +++ b/tests/dom/domparser_test.dart
|
| @@ -1,11 +1,11 @@
|
| #library('DOMParserTest');
|
| #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 ctx = new DOMParser();
|
|
|