| Index: tests/dom/window_mangling_test.dart
|
| diff --git a/client/tests/client/dom/WindowManglingTest.dart b/tests/dom/window_mangling_test.dart
|
| similarity index 88%
|
| rename from client/tests/client/dom/WindowManglingTest.dart
|
| rename to tests/dom/window_mangling_test.dart
|
| index 4f6ca57613c8c9861bd5e4bab4a890b34f3822e8..60b5e23ec5f10c85e97c11c424f52dc9f856ec9d 100644
|
| --- a/client/tests/client/dom/WindowManglingTest.dart
|
| +++ b/tests/dom/window_mangling_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('WindowManglingTest');
|
| -#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', prefix: 'dom');
|
|
|
| // Defined in dom.Window.
|
|
|