summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-30 10:57:15 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-30 10:57:15 +0000
commit6e42d31d43f544c092eda09d614feb675339bd84 (patch)
treead55cacfb9a14ebde1988cb0e245b7e9db545041 /sca-java-2.x/trunk/compliance-tests/policy/pom.xml
parentea66dbe56f131834dc6d71a00e7c0bea93e9404b (diff)
Update polciy compliance tests excludes for one more failing test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/policy/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
index 5a9be08f78..154ddd1ee6 100644
--- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
@@ -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>