Index: client/tests/client/dom/SVG3Test.dart |
diff --git a/client/tests/client/dom/SVG3Test.dart b/client/tests/client/dom/SVG3Test.dart |
index ed267841c841e579b08ac2c3ed5204bca36a782c..8790fa5e0c690811aa12fa1d1dabd4ab9a798634 100644 |
--- a/client/tests/client/dom/SVG3Test.dart |
+++ b/client/tests/client/dom/SVG3Test.dart |
@@ -1,5 +1,6 @@ |
#library('SVG3Test'); |
-#import('../../../../lib/unittest/unittest_dom.dart'); |
+#import('../../../../lib/unittest/unittest.dart'); |
+#import('../../../../lib/unittest/dom_config.dart'); |
#import('dart:dom'); |
// Test that SVG elements have the operations advertised through all the IDL |
@@ -19,7 +20,7 @@ main() { |
return element; |
} |
- forLayoutTests(); |
+ useDomConfiguration(); |
/** |
* Verifies that [e] supports the operations on the SVGTests interface. |