| Index: tests/dom/domparser_test.dart
|
| diff --git a/client/tests/client/dom/DOMParserTest.dart b/tests/dom/domparser_test.dart
|
| similarity index 68%
|
| rename from client/tests/client/dom/DOMParserTest.dart
|
| rename to tests/dom/domparser_test.dart
|
| index 59611cef2d55afee753be4e7fc72a8cefbad4717..c2a388294c74f80dd8ca17b37f18d930654c305c 100644
|
| --- a/client/tests/client/dom/DOMParserTest.dart
|
| +++ b/tests/dom/domparser_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('DOMParserTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/dom_config.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
|
|