| Index: tests/dom/exceptions_test.dart
|
| diff --git a/client/tests/client/dom/ExceptionsTest.dart b/tests/dom/exceptions_test.dart
|
| similarity index 89%
|
| rename from client/tests/client/dom/ExceptionsTest.dart
|
| rename to tests/dom/exceptions_test.dart
|
| index 92a0b7332ee0ec9aaf7ad3e9ed2e92b49c61899c..6617ce404132bb84e8ae5e9b537a4ac9a7c9d51b 100644
|
| --- a/client/tests/client/dom/ExceptionsTest.dart
|
| +++ b/tests/dom/exceptions_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('ExceptionsTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/dom_config.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/dom_config.dart');
|
| #import('dart:dom');
|
|
|
| main() {
|
|
|