diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-18 13:27:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-08-18 13:27:17 +0000 |
commit | 85d474bb04fbf9c800a75bf3012f72d7cda87cf1 (patch) | |
tree | 2c5e421deffde8db09d238ffec1a28041cd61f4b /sca-java-2.x/trunk/testing | |
parent | b2dc2079e7c25b5712f17c2881261fe108d39e94 (diff) |
Remove exclude for 4020 test as it is fixed now with the latest oasis code
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml index 97169901dc..2e0bd8e6a7 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml @@ -86,7 +86,6 @@ <exclude>**/POL_3002_TestCase.java</exclude>
<exclude>**/POL_4015_TestCase.java</exclude>
<exclude>**/POL_4016_TestCase.java</exclude>
- <exclude>**/POL_4020_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>
|