| Index: tests/dom/window_nosuchmethod_test.dart
|
| diff --git a/client/tests/client/dom/WindowNSMETest.dart b/tests/dom/window_nosuchmethod_test.dart
|
| similarity index 93%
|
| rename from client/tests/client/dom/WindowNSMETest.dart
|
| rename to tests/dom/window_nosuchmethod_test.dart
|
| index 9c1deee7aa5813114d28e0cf16ebefc58c6329b5..828ea1afce81b00f2d37761a4e48e1b25627e27b 100644
|
| --- a/client/tests/client/dom/WindowNSMETest.dart
|
| +++ b/tests/dom/window_nosuchmethod_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('WindowNSMETest');
|
| -#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');
|
|
|
| // Not defined in dom.Window.
|
|
|