diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-05 13:01:28 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-05 13:01:28 +0000 |
commit | 9bc3767bab48bbd5897441a36d90f5b7daa8e321 (patch) | |
tree | dda195d91780afbeb7fb765bab6b9053ad5638dd /sca-java-2.x/trunk/testing | |
parent | c8e3629c52eb4c86ec1cd55c7c359e052f1b4c9c (diff) |
Add implementation-composite test to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/pom.xml b/sca-java-2.x/trunk/testing/itest/pom.xml index 0ee9891397..45973c2ceb 100644 --- a/sca-java-2.x/trunk/testing/itest/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/pom.xml @@ -38,7 +38,7 @@ </dependencies> <modules> - <!-- module>async-services</module removed due to hang, see TUSCANY-3886 --> + <!--module>async-services</module--> <!-- removed due to hang, see TUSCANY-3886 --> <module>base</module> <module>builder</module> <module>bpel</module> @@ -50,12 +50,16 @@ <module>callback-two-composites</module> <module>callback-two-nodes</module> <module>component-type</module> +<!-- new test waiting for context discussion to bottom out + <module>context</module> +--> <module>contribution-folder</module> <module>contribution-zip</module> <module>data-copy</module> <module>databindings</module> <module>distribution</module> <module>exceptions</module> + <module>implementation-composite</module> <module>implementation-spring</module> <module>import-export</module> <module>interfaces</module> |