| Index: tests/html/cssstyledeclaration_test.dart
|
| diff --git a/client/tests/client/html/CSSStyleDeclarationTest.dart b/tests/html/cssstyledeclaration_test.dart
|
| similarity index 95%
|
| rename from client/tests/client/html/CSSStyleDeclarationTest.dart
|
| rename to tests/html/cssstyledeclaration_test.dart
|
| index 507cca1444e43cc9bfad5de37d40d31e9c93f9a5..f4c7e280896f3a73af4f34507d1ee98afde3068f 100644
|
| --- a/client/tests/client/html/CSSStyleDeclarationTest.dart
|
| +++ b/tests/html/cssstyledeclaration_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('CSSStyleDeclarationTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/html_config.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|