Update test comment

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1373888 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java b/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java
index 4b10aad..dbbae0c 100644
--- a/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java
+++ b/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java
@@ -43,8 +43,8 @@
 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 {