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

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

Author: antelder
Date: Sat Apr 10 07:45:17 2010
New Revision: 932674

URL: http://svn.apache.org/viewvc?rev=932674&view=rev
Log:
Update some commenst on excluded tests

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=932674&r1=932673&r2=932674&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 Sat Apr 10 07:45:17 2010
@@ -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>