| Index: client/tests/client/dom/XHRTest.dart
|
| diff --git a/client/tests/client/dom/XHRTest.dart b/client/tests/client/dom/XHRTest.dart
|
| index f8089d9a7d79e7d36899bda1767ca354fac2fc64..758dfb6d3f57539b5d8012229de700413e6f7729 100644
|
| --- a/client/tests/client/dom/XHRTest.dart
|
| +++ b/client/tests/client/dom/XHRTest.dart
|
| @@ -1,9 +1,10 @@
|
| #library('XHRTest');
|
| -#import('../../../../lib/unittest/unittest_dom.dart');
|
| +#import('../../../../lib/unittest/unittest.dart');
|
| +#import('../../../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
| - forLayoutTests();
|
| + useDomConfiguration();
|
| asyncTest('XHR', 1, () {
|
| XMLHttpRequest xhr = new XMLHttpRequest();
|
| // TODO: figure out how to place a resource file with fixed name alongside
|
|
|