summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java b/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java
index 4b10aadef5..dbbae0cc79 100644
--- a/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java
+++ b/sca-java-2.x/trunk/testing/itest/dynamic/src/test/java/test/ComponentWithDynamicWSEndpointTestCase.java
@@ -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 {