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>