Author: edwardsmj
Date: Wed Jan 12 16:11:43 2011
New Revision: 1058215
URL: http://svn.apache.org/viewvc?rev=1058215&view=rev
Log:
Re-enabling iTest Callback SeparateThread following fix to TUSCANY-3816
Modified:
tuscany/sca-java-2.x/trunk/testing/itest/pom.xml
Modified: tuscany/sca-java-2.x/trunk/testing/itest/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/pom.xml?rev=1058215&r1=1058214&r2=1058215&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/pom.xml Wed Jan 12 16:11:43 2011
@@ -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>