| Index: tests/dom/svg_2_test.dart
|
| diff --git a/client/tests/client/dom/SVG2Test.dart b/tests/dom/svg_2_test.dart
|
| similarity index 92%
|
| rename from client/tests/client/dom/SVG2Test.dart
|
| rename to tests/dom/svg_2_test.dart
|
| index b9284812418d1e921a35cf743f906c400c380e2e..d06684de1e6285d683770a326085159d4fba4010 100644
|
| --- a/client/tests/client/dom/SVG2Test.dart
|
| +++ b/tests/dom/svg_2_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('SVG2Test');
|
| -#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');
|
|
|
| // Test that SVG elements explicitly implement the IDL interfaces (is-checks
|
|
|