| Index: client/tests/client/dom/IndexedDB2Test.dart
|
| diff --git a/client/tests/client/dom/IndexedDB2Test.dart b/client/tests/client/dom/IndexedDB2Test.dart
|
| index dbf8813c152be61cb81c9f871bb602f541cb4a9f..0c4baffa48af61cdd8188aa8d47bd1f2c76b4521 100644
|
| --- a/client/tests/client/dom/IndexedDB2Test.dart
|
| +++ b/client/tests/client/dom/IndexedDB2Test.dart
|
| @@ -1,5 +1,6 @@
|
| #library('IndexedDB1Test');
|
| -#import('../../../../lib/unittest/unittest_dom.dart');
|
| +#import('../../../../lib/unittest/unittest.dart');
|
| +#import('../../../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
| #import('dart:coreimpl');
|
|
|
| @@ -145,7 +146,7 @@ tests_dynamic() {
|
| }
|
|
|
| main() {
|
| - forLayoutTests();
|
| + useDomConfiguration();
|
|
|
| tests_dynamic();
|
| }
|
|
|