summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-08-16 15:40:58 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-08-16 15:40:58 +0000
commite34d8da9a0db50dae9186c6b54a32a9510da6be7 (patch)
tree0384fa39552d34c43335f65941f237b71f066e0f
parent468f0efb5555d79ff2b0ed710dcc2fc3433ce7f8 (diff)
Update test comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1373888 13f79535-47bb-0310-9956-ffa450edef68
-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 {