| Index: tests/dom/htmlcollection_test.dart
|
| diff --git a/client/tests/client/dom/HTMLCollectionTest.dart b/tests/dom/htmlcollection_test.dart
|
| similarity index 98%
|
| rename from client/tests/client/dom/HTMLCollectionTest.dart
|
| rename to tests/dom/htmlcollection_test.dart
|
| index 7d801a8d0cbb1a1defdb7eda1315d5489073de6d..b6b1f9b15ee2ef6a409476b460db40036626c96a 100644
|
| --- a/client/tests/client/dom/HTMLCollectionTest.dart
|
| +++ b/tests/dom/htmlcollection_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('HTMLCollectionTest');
|
| -#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');
|
|
|
| // Test that HTMLCollection implements List<T>
|
|
|