From 20000f6b2d0bc9e16f091cc93bca70f2347446f7 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 16 Aug 2012 14:18:45 +0000 Subject: Remove unused imports git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373855 13f79535-47bb-0310-9956-ffa450edef68 --- .../testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sca-java-2.x') diff --git a/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java b/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java index 8712ded305..f27bd2045b 100644 --- a/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java +++ b/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java @@ -24,14 +24,10 @@ import junit.framework.Assert; import junit.framework.TestCase; import org.apache.tuscany.sca.common.xml.dom.DOMHelper; -import org.apache.tuscany.sca.core.ExtensionPointRegistry; -import org.apache.tuscany.sca.impl.NodeImpl; import org.apache.tuscany.sca.runtime.DOMInvoker; import org.junit.Test; import org.xml.sax.SAXException; -import sample.Helloworld; - /** * Shows programatically creating a contribution, composite and component, starting the composite and * then test invoking the components service. -- cgit v1.2.3