diff options
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/pom.xml | 8 |
1 files changed, 4 insertions, 4 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 7e30fa6517..4f703f6f0b 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml @@ -74,11 +74,11 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/POL_3001_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/POL_3002_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/POL_4003_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/POL_3001_TestCase.java</exclude><!-- see TUSCANY-3370 -->
+ <exclude>**/POL_3002_TestCase.java</exclude><!-- see TUSCANY-3370 -->
+ <exclude>**/POL_4003_TestCase.java</exclude><!-- see TUSCANY-3372 -->
<exclude>**/POL_4013_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
- <exclude>**/POL_4028_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/POL_4028_TestCase.java</exclude><!-- see TUSCANY-3380 -->
<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-->
|