summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-21 12:46:54 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-21 12:46:54 +0000
commit840ec1aeaf2fdd959a2672c600d613e1f2c07b09 (patch)
treeaa517143186caac05c3e4da574453ec6c46cc3a5
parentb6402d91ad1aedb9246a1b5bf06344b5777cb32c (diff)
Updates for excluded tests. assembly complinace test run is now clean but you nned to get the latest contriubution and test runner artifacts so use mvn -U and/or delete from your local repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936288 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/compliance-tests/assembly/pom.xml10
1 files changed, 1 insertions, 9 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 5a64e15003..71900cb9b2 100644
--- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
@@ -80,20 +80,12 @@
<!-- Real otest/Tuscany problems -->
<exclude>**/ASM_5038_TestCase.java</exclude><!-- see TUSCANY-3530 -->
<exclude>**/ASM_5039_TestCase.java</exclude><!-- see TUSCANY-3530 -->
- <exclude>**/ASM_6015_TestCase.java</exclude><!-- see TUSCANY-3481 -->
<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_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>
</plugin>