diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-12 16:11:43 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-12 16:11:43 +0000 |
commit | 8022146382700fc4731f1e937fcd68d42930edbd (patch) | |
tree | 59c421f671172c4596b9dc2408dbc2fa1b935f70 /sca-java-2.x/trunk/testing/itest | |
parent | f7cb4b3bd7480ae28360ca5ab830a560e4b0a8c5 (diff) |
Re-enabling iTest Callback SeparateThread following fix to TUSCANY-3816
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/pom.xml b/sca-java-2.x/trunk/testing/itest/pom.xml index 7a8b2d44e2..db9e21c3df 100644 --- a/sca-java-2.x/trunk/testing/itest/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/pom.xml @@ -45,9 +45,7 @@ <module>callback-basic</module> <module>callback-complex-type</module> <module>callback-multiple-wires</module> - <!-- Callback SeparateThread disabled due to problem described in TUSCANY-3816 - <module>callback-separatethread</module> - --> + <module>callback-separatethread</module> <module>callback-two-composites</module> <module>callback-two-nodes</module> <module>component-type</module> |