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 17:40:58 UTC

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

Author: antelder
Date: Thu Aug 16 15:40:58 2012
New Revision: 1373888

URL: http://svn.apache.org/viewvc?rev=1373888&view=rev
Log:
Update test comment

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

Modified: tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java?rev=1373888&r1=1373887&r2=1373888&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java Thu Aug 16 15:40:58 2012
@@ -43,8 +43,8 @@ import sample.Helloworld;
 import sample.HelloworldDynamicWSImpl;
 
 /**
- * Shows programatically creating a contribution, composite and component, starting the composite and
- * then test invoking the components service.  
+ * Just like ComponentTestCase but uses the HelloworldDynamicWSImpl class for the component impl
+ * and starts the WSServiceTestCase to run a remote WS endpoint that the test can use
  */
 public class ComponentWithDynamicWSEndpointTestCase extends TestCase {