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/21 14:46:54 UTC

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

Author: antelder
Date: Wed Apr 21 12:46:54 2010
New Revision: 936288

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

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=936288&r1=936287&r2=936288&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 Wed Apr 21 12:46:54 2010
@@ -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>