| Index: tests/dom/isolates_test.dart
|
| diff --git a/client/tests/client/dom/IsolatesTest.dart b/tests/dom/isolates_test.dart
|
| similarity index 92%
|
| rename from client/tests/client/dom/IsolatesTest.dart
|
| rename to tests/dom/isolates_test.dart
|
| index 8a3c5c1d3f5647215db09f43cedbbdd1087de174..b5b48bdf30f4ba22664622705534ac0062235e56 100644
|
| --- a/client/tests/client/dom/IsolatesTest.dart
|
| +++ b/tests/dom/isolates_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('IsolatesTest');
|
| -#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');
|
| #import('dart:json');
|
| #import('dart:isolate', prefix:'isolate');
|
|
|