summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/compliance-tests/policy/pom.xml')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/policy/pom.xml25
1 files changed, 7 insertions, 18 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 d2b5b925a3..548716f02f 100644
--- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml
@@ -78,24 +78,13 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<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 -->
- <exclude>**/POL_9006_TestCase.java</exclude><!-- see TUSCANY-3487-->
- <exclude>**/POL_9009_TestCase.java</exclude><!-- see TUSCANY-3487-->
- <exclude>**/POL_9015_TestCase.java</exclude><!-- see TUSCANY-3487-->
- <exclude>**/POL_9016_TestCase.java</exclude><!-- see TUSCANY-3487-->
- <exclude>**/POL_9017_TestCase.java</exclude><!-- see TUSCANY-3487-->
- <exclude>**/POL_9018_TestCase.java</exclude><!-- see TUSCANY-3487-->
- <!-- 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 -->
+ <!-- 3002 is no longer part of the suite and 4015/4016 are tests for no optional support -->
+ <exclude>**/POL_3002_TestCase.java</exclude>
+ <exclude>**/POL_4015_TestCase.java</exclude>
+ <exclude>**/POL_4016_TestCase.java</exclude>
+
+ <!-- 3001 fails due to a Tuscany bug in the RI based WS binding -->
+ <exclude>**/POL_3001_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>