| Index: client/tests/client/dom/ExceptionsTest.dart
|
| diff --git a/client/tests/client/dom/ExceptionsTest.dart b/client/tests/client/dom/ExceptionsTest.dart
|
| index 9c6cd17865667d30a8065304f067079e5c6566ce..92a0b7332ee0ec9aaf7ad3e9ed2e92b49c61899c 100644
|
| --- a/client/tests/client/dom/ExceptionsTest.dart
|
| +++ b/client/tests/client/dom/ExceptionsTest.dart
|
| @@ -1,9 +1,10 @@
|
| #library('ExceptionsTest');
|
| -#import('../../../../lib/unittest/unittest_dom.dart');
|
| +#import('../../../../lib/unittest/unittest.dart');
|
| +#import('../../../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
| - forLayoutTests();
|
| + useDomConfiguration();
|
| test('DOMException', () {
|
| try {
|
| window.webkitNotifications.createNotification('', '', '');
|
|
|