You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2012/08/16 16:18:46 UTC

svn commit: r1373855 - /tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java

Author: antelder
Date: Thu Aug 16 14:18:45 2012
New Revision: 1373855

URL: http://svn.apache.org/viewvc?rev=1373855&view=rev
Log:
Remove unused imports

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java

Modified: tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java?rev=1373855&r1=1373854&r2=1373855&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/DomInvokerTestCase.java Thu Aug 16 14:18:45 2012
@@ -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.