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/12/09 11:26:39 UTC

svn commit: r1043886 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml

Author: antelder
Date: Thu Dec  9 10:26:39 2010
New Revision: 1043886

URL: http://svn.apache.org/viewvc?rev=1043886&view=rev
Log:
Exclude the recently added tests that we haven't brought up in tuscany yet

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1043886&r1=1043885&r2=1043886&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Thu Dec  9 10:26:39 2010
@@ -79,6 +79,15 @@
            <argLine>-Xms256m -Xmx1024m</argLine>
            <excludes>
             <exclude>**/JCA_11021_TestCase.java</exclude><!-- TUSCANY-3664 -->
+            <!-- these 8 are new tests that we haven't done yet -->
+            <exclude>**/JCA_10029_TestCase.java</exclude>
+            <exclude>**/JCA_10030_TestCase.java</exclude>
+            <exclude>**/JCA_10031_TestCase.java</exclude>
+            <exclude>**/JCA_10032_TestCase.java</exclude>
+            <exclude>**/JCA_10033_TestCase.java</exclude>
+            <exclude>**/JCA_10034_TestCase.java</exclude>
+            <exclude>**/JCA_10035_TestCase.java</exclude>
+            <exclude>**/JCA_11022_TestCase.java</exclude>
            </excludes>
          </configuration>
       </plugin>