summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-10 07:45:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-10 07:45:17 +0000
commit604fc67a15eda2df9ee0ffe13480069e3e7766dc (patch)
treebee0c805ae19205a6872b85a8d8a4ce9b6ee2053
parent7cf3cecc2cdd7ed311b591ac3a9f9a9375c8c4d4 (diff)
Update some commenst on excluded tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932674 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/compliance-tests/assembly/pom.xml6
1 files changed, 5 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 fe9e131b9f..5a64e15003 100644
--- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
@@ -84,11 +84,15 @@
<exclude>**/ASM_10002_TestCase.java</exclude><!-- see TUSCANY-3503 -->
<!-- Artifacts of the way we run tests getting messed up in some way TBD -->
- <exclude>**/ASM_4001_TestCase.java</exclude>
<exclude>**/ASM_6039_TestCase.java</exclude>
<exclude>**/ASM_6040_TestCase.java</exclude>
<exclude>**/ASM_6036_TestCase.java</exclude>
+
+ <!-- actually is working but the err msgs come out in a different order so the msg text test fails -->
<exclude>**/ASM_13004_TestCase.java</exclude>
+
+ <!-- Nolonger used, artifact out of date, i'll republish the contributions zip -->
+ <exclude>**/ASM_4001_TestCase.java</exclude>
<exclude>**/ASM_12001_TestCase.java</exclude>
</excludes>
</configuration>