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/03/30 12:57:16 UTC

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

Author: antelder
Date: Tue Mar 30 10:57:15 2010
New Revision: 929078

URL: http://svn.apache.org/viewvc?rev=929078&view=rev
Log:
Update polciy compliance tests excludes for one more failing test

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=929078&r1=929077&r2=929078&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 Tue Mar 30 10:57:15 2010
@@ -104,6 +104,8 @@
               <!-- noListener intents -->
               <exclude>**/POL_10001_TestCase.java</exclude><!--  see TUSCANY-3491-->
               <exclude>**/POL_10002_TestCase.java</exclude><!--  see TUSCANY-3491-->
+
+              <exclude>**/POL_11001_TestCase.java</exclude><!--  see TUSCANY-xxxx -->
            </excludes>
          </configuration>
       </plugin>