diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-12 14:29:04 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-12 14:29:04 +0000 |
commit | b1d6facedb7889ad39e70c9210ff6e4479d02b7d (patch) | |
tree | bbf9572d2028f3438b04bae6280d6634dd9efc15 | |
parent | 751a7eef65bc0e4a60a77534ebe6a39ab92428e3 (diff) |
Remove exclude as the test works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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 64f269c056..3d6198b7ad 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 @@ -79,7 +79,6 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/JCA_8007_TestCase.java</exclude><!-- see TUSCANY-3482 -->
</excludes>
</configuration>
</plugin>
|