| Index: client/tests/client/dom/WrapperTest.dart
|
| diff --git a/client/tests/client/dom/WrapperTest.dart b/client/tests/client/dom/WrapperTest.dart
|
| index c43273e07ce74ce17252cff367b7d82185b08016..fb49681fab58baae53f586dd0913537ca0cb97e0 100644
|
| --- a/client/tests/client/dom/WrapperTest.dart
|
| +++ b/client/tests/client/dom/WrapperTest.dart
|
| @@ -1,5 +1,6 @@
|
| #library('WrapperTest');
|
| -#import('../../../../lib/unittest/unittest_dom.dart');
|
| +#import('../../../../lib/unittest/unittest.dart');
|
| +#import('../../../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
| @@ -13,7 +14,7 @@ main() {
|
| document.body.appendChild(canvas);
|
| context = canvas.getContext('2d');
|
|
|
| - forLayoutTests();
|
| + useDomConfiguration();
|
| test('DomType', () {
|
| Expect.isTrue(canvas is DOMType);
|
| Expect.isTrue(context is DOMType);
|
|
|