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