| Index: tests/dom/dom_constructors_test.dart
|
| diff --git a/client/tests/client/dom/DOMConstructorsTest.dart b/tests/dom/dom_constructors_test.dart
|
| similarity index 68%
|
| rename from client/tests/client/dom/DOMConstructorsTest.dart
|
| rename to tests/dom/dom_constructors_test.dart
|
| index e08abfc4eb03bd18c571fbae0fe5fe27bfa9c397..e61db62a15f5ccd3943b0ccf2a64ab19667c419f 100644
|
| --- a/client/tests/client/dom/DOMConstructorsTest.dart
|
| +++ b/tests/dom/dom_constructors_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('DOMConstructorsTest');
|
| -#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() {
|
|
|