diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-12 15:08:53 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-12 15:08:53 +0000 |
commit | be0dabc089e16def2fbe7e700fdb327914f6dbf2 (patch) | |
tree | 6d9fc09d68b6a02e70794e10e8fbf303cd176e7c /sca-java-2.x/trunk/compliance-tests | |
parent | 05924a11122e0f5b75667ac47f85a2e8495c7d0b (diff) |
Update excludes ion assembly compliance test runner
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/assembly/pom.xml | 3 |
1 files changed, 1 insertions, 2 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 71900cb9b2..9975e757ac 100644 --- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml @@ -78,8 +78,7 @@ <configuration>
<excludes>
<!-- Real otest/Tuscany problems -->
- <exclude>**/ASM_5038_TestCase.java</exclude><!-- see TUSCANY-3530 -->
- <exclude>**/ASM_5039_TestCase.java</exclude><!-- see TUSCANY-3530 -->
+ <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 -->
|