diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-09 16:17:16 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-09 16:17:16 +0000 |
commit | 7cf3cecc2cdd7ed311b591ac3a9f9a9375c8c4d4 (patch) | |
tree | 734639aeaecfb543593149dc47e9909a3c0999b1 | |
parent | bdfa5e3422948b97f22a84ce076d1df6b6834340 (diff) |
Update the tests that are excluded. Down to 4 that don't pass due to code/test reasons. There are 6 or so that don;t pass due to some different between how we run the tests here compared to otest/newlayout
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932486 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/assembly/pom.xml | 22 |
1 files changed, 12 insertions, 10 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 d64e925e22..fe9e131b9f 100644 --- a/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml @@ -77,17 +77,19 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/ASM_4001_TestCase.java</exclude><!-- see TUSCANY-3481 -->
- <exclude>**/ASM_5039_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/ASM_5040_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <!-- 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_6040_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/ASM_8002_TestCase.java</exclude><!-- see TUSCANY-3481 -->
- <exclude>**/ASM_9005_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/ASM_10002_TestCase.java</exclude><!-- see TUSCANY-3481 -->
- <exclude>**/ASM_12001_TestCase.java</exclude><!-- see TUSCANY-3481 -->
- <exclude>**/ASM_13002_TestCase.java</exclude><!-- see TUSCANY-3481 -->
- <exclude>**/ASM_13004_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_4001_TestCase.java</exclude>
+ <exclude>**/ASM_6039_TestCase.java</exclude>
+ <exclude>**/ASM_6040_TestCase.java</exclude>
+ <exclude>**/ASM_6036_TestCase.java</exclude>
+ <exclude>**/ASM_13004_TestCase.java</exclude>
+ <exclude>**/ASM_12001_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>
|