diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 15:28:18 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 15:28:18 +0000 |
commit | caa205c5e3192bfbe839958cdc51e1070088ca93 (patch) | |
tree | af49a26febb79d413fdf43c04d7ee67b98db26fa /sca-java-2.x/trunk | |
parent | fdeb31bbf8fe1d887ab47e6204952b8e118ab1ef (diff) |
Re-enable 11017
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml index e8dadc179b..b64e1dac08 100644 --- a/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml @@ -80,7 +80,6 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/JCA_11017_TestCase.java</exclude><!-- ????? -->
<exclude>**/JCA_11021_TestCase.java</exclude><!-- TUSCANY-3664 -->
</excludes>
</configuration>
|