| Index: tests/dom/xhr_test.dart
|
| diff --git a/client/tests/client/dom/XHRTest.dart b/tests/dom/xhr_test.dart
|
| similarity index 84%
|
| rename from client/tests/client/dom/XHRTest.dart
|
| rename to tests/dom/xhr_test.dart
|
| index 758dfb6d3f57539b5d8012229de700413e6f7729..ebb5b05a7dff5bc225671d4bf8ea3061cb187e6b 100644
|
| --- a/client/tests/client/dom/XHRTest.dart
|
| +++ b/tests/dom/xhr_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('XHRTest');
|
| -#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');
|
|
|
| main() {
|
|
|