| Index: tests/html/node_test.dart
|
| diff --git a/client/tests/client/html/NodeTest.dart b/tests/html/node_test.dart
|
| similarity index 98%
|
| rename from client/tests/client/html/NodeTest.dart
|
| rename to tests/html/node_test.dart
|
| index acb3ecd04b82ec99d556e3905729ea0abe44ca19..468766c9c0f7303e16f93effb79aaf7d24093434 100644
|
| --- a/client/tests/client/html/NodeTest.dart
|
| +++ b/tests/html/node_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('NodeTest');
|
| -#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');
|
|
|
| Node makeNode() => new Element.tag('div');
|
|
|