diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-14 07:45:03 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-14 07:45:03 +0000 |
commit | 3f687b6e4572adc326b5c453779074a135d1f936 (patch) | |
tree | 55a153df4f962b1231d03beccc45208cce029ef7 /sca-java-2.x/trunk/compliance-tests | |
parent | e99acdec4d500449b95e7d1067e30696fd76a26b (diff) |
Remove exclude for ASM_4005 as its working now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/assembly/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml index 9975e757ac..aca8b0c22f 100644 --- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml @@ -78,7 +78,6 @@ <configuration>
<excludes>
<!-- Real otest/Tuscany problems -->
- <exclude>**/ASM_4005_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
<exclude>**/ASM_10002_TestCase.java</exclude><!-- see TUSCANY-3503 -->
<!-- actually is working but the err msgs come out in a different order so the msg text test fails -->
|