Index: client/tests/client/dom/XSLTProcessorTest.dart |
diff --git a/client/tests/client/dom/XSLTProcessorTest.dart b/client/tests/client/dom/XSLTProcessorTest.dart |
deleted file mode 100644 |
index 3ab08a815dba11dea24ebba6c4632c564785c0a1..0000000000000000000000000000000000000000 |
--- a/client/tests/client/dom/XSLTProcessorTest.dart |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-#library('XSLTProcessorTest'); |
-#import('../../../../lib/unittest/unittest.dart'); |
-#import('../../../../lib/unittest/dom_config.dart'); |
-#import('dart:dom'); |
- |
-main() { |
- |
- useDomConfiguration(); |
- |
- test('constructorTest', () { |
- var processor = new XSLTProcessor(); |
- Expect.isTrue(processor != null); |
- Expect.isTrue(processor is XSLTProcessor); |
- }); |
-} |