| Index: tests/html/xhr_test.dart
|
| diff --git a/client/tests/client/html/XHRTest.dart b/tests/html/xhr_test.dart
|
| similarity index 86%
|
| rename from client/tests/client/html/XHRTest.dart
|
| rename to tests/html/xhr_test.dart
|
| index 744bf58a6e353cb8b0d05bb56bfeb48ce7f4d29a..8cba59cd7780d962721dd677e44ac1a41de111cf 100644
|
| --- a/client/tests/client/html/XHRTest.dart
|
| +++ b/tests/html/xhr_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('XHRTest');
|
| -#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() {
|
|
|