| Index: tests/dom/svg_1_test.dart
|
| diff --git a/client/tests/client/dom/SVG1Test.dart b/tests/dom/svg_1_test.dart
|
| similarity index 87%
|
| rename from client/tests/client/dom/SVG1Test.dart
|
| rename to tests/dom/svg_1_test.dart
|
| index dadd667f308b6afcd02075e97310be4a19e321e8..cc75fa9837ed0dc1c976e93298c2d0bc08d3edcd 100644
|
| --- a/client/tests/client/dom/SVG1Test.dart
|
| +++ b/tests/dom/svg_1_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('SVG1Test');
|
| -#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 is present in dart:dom API
|
|
|