diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-13 12:40:43 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-13 12:40:43 +0000 |
commit | 5b8e344118a7340054693e32ebb4073e037c8dd0 (patch) | |
tree | a1aa8c336b46aa04e498b0eb654b49c2d7dd0d19 /sca-java-2.x/trunk/testing | |
parent | 10058fa5256b6af038c31e7df777798647752a9c (diff) |
TUSCANY-3940 - and remove the exclude for 11017
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1170150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml index 19463d3558..9320234d66 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml @@ -90,9 +90,6 @@ <!-- if you want to connect a debugger to a surefire test you can use this
<argLine>-Xms256m -Xmx1024m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000</argLine>
-->
- <excludes>
- <exclude>**/JCA_11017_TestCase.java</exclude> <!-- Broken due to bug in OASIS test, see TUSCANY-3940 -->
- </excludes>
</configuration>
</plugin>
|