diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-11 00:32:09 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-11 00:32:09 +0000 |
commit | 4aab2ec20bab84d9510298a18aefece5b83e6f88 (patch) | |
tree | 291e5e280ef0a3d304ee6f2c6c4cf5981770d7b3 /sca-java-2.x/trunk/compliance-tests/policy | |
parent | 5c14dda60f5b50ad5aa151fa931aa8fe012d5f0c (diff) |
Add JIRA number associated with test fail
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/pom.xml | 4 |
1 files changed, 2 insertions, 2 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 5aa57f882b..5a9be08f78 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml @@ -102,8 +102,8 @@ <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-xxxx -->
- <exclude>**/POL_10002_TestCase.java</exclude><!-- see TUSCANY-xxxx -->
+ <exclude>**/POL_10001_TestCase.java</exclude><!-- see TUSCANY-3491-->
+ <exclude>**/POL_10002_TestCase.java</exclude><!-- see TUSCANY-3491-->
</excludes>
</configuration>
</plugin>
|