Index: tests/dom/xsltprocessor_test.dart |
diff --git a/client/tests/client/dom/XSLTProcessorTest.dart b/tests/dom/xsltprocessor_test.dart |
similarity index 71% |
rename from client/tests/client/dom/XSLTProcessorTest.dart |
rename to tests/dom/xsltprocessor_test.dart |
index 3ab08a815dba11dea24ebba6c4632c564785c0a1..9d0dcd61e46d80a1641c8e7fe56d443a0199539c 100644 |
--- a/client/tests/client/dom/XSLTProcessorTest.dart |
+++ b/tests/dom/xsltprocessor_test.dart |
@@ -1,6 +1,6 @@ |
#library('XSLTProcessorTest'); |
-#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'); |
main() { |