You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/04/09 18:17:16 UTC

svn commit: r932486 - /tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml

Author: slaws
Date: Fri Apr  9 16:17:16 2010
New Revision: 932486

URL: http://svn.apache.org/viewvc?rev=932486&view=rev
Log:
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

Modified:
    tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml?rev=932486&r1=932485&r2=932486&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/assembly/pom.xml Fri Apr  9 16:17:16 2010
@@ -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>