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/07/25 11:12:30 UTC

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

Author: antelder
Date: Sun Jul 25 09:12:30 2010
New Revision: 979010

URL: http://svn.apache.org/viewvc?rev=979010&view=rev
Log:
Exclude some failing tests

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

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml?rev=979010&r1=979009&r2=979010&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/policy/pom.xml Sun Jul 25 09:12:30 2010
@@ -80,6 +80,8 @@
            <excludes>
               <exclude>**/POL_3001_TestCase.java</exclude><!--  see TUSCANY-3370 -->
               <exclude>**/POL_3002_TestCase.java</exclude><!--  see TUSCANY-3370 -->
+              <exclude>**/POL_3012_TestCase.java</exclude>
+              <exclude>**/POL_3020_TestCase.java</exclude>
               <exclude>**/POL_4003_TestCase.java</exclude><!--  see TUSCANY-3488 -->
               <exclude>**/POL_4028_TestCase.java</exclude><!--  see TUSCANY-xxxx - Passes in otest module -->
               <!-- transaction intents -->