| Index: tests/html/localstorage_test.dart
|
| diff --git a/client/tests/client/html/LocalStorageTest.dart b/tests/html/localstorage_test.dart
|
| similarity index 97%
|
| rename from client/tests/client/html/LocalStorageTest.dart
|
| rename to tests/html/localstorage_test.dart
|
| index 621e8f363427922aad46855e4562fd9c2cfbd1d9..3aeb598b119bc7d93992e8c674c55369f5f3556b 100644
|
| --- a/client/tests/client/html/LocalStorageTest.dart
|
| +++ b/tests/html/localstorage_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('LocalStorageTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/html_config.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|