| Index: client/tests/client/dom/IsolatesTest.dart
|
| diff --git a/client/tests/client/dom/IsolatesTest.dart b/client/tests/client/dom/IsolatesTest.dart
|
| index 8a3c5c1d3f5647215db09f43cedbbdd1087de174..a17db50b57cc29c89039fb88b74ad6235bcfdde0 100644
|
| --- a/client/tests/client/dom/IsolatesTest.dart
|
| +++ b/client/tests/client/dom/IsolatesTest.dart
|
| @@ -1,7 +1,7 @@
|
| #library('IsolatesTest');
|
| #import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('../../../../lib/unittest/html_config.dart');
|
| +#import('dart:html');
|
| #import('dart:json');
|
| #import('dart:isolate', prefix:'isolate');
|
|
|
| @@ -32,7 +32,7 @@ class PingPongIsolate extends isolate.Isolate {
|
| }
|
|
|
| main() {
|
| - useDomConfiguration();
|
| + useHtmlConfiguration();
|
| asyncTest('IsolateSpawn', 1, () {
|
| new PingPongIsolate().spawn().then((isolate.SendPort port) {
|
| callbackDone();
|
|
|