diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-30 10:57:15 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-30 10:57:15 +0000 |
commit | 6e42d31d43f544c092eda09d614feb675339bd84 (patch) | |
tree | ad55cacfb9a14ebde1988cb0e245b7e9db545041 | |
parent | ea66dbe56f131834dc6d71a00e7c0bea93e9404b (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
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/pom.xml | 2 |
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>
|