You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/08/18 15:27:17 UTC

svn commit: r1159209 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml

Author: antelder
Date: Thu Aug 18 13:27:17 2011
New Revision: 1159209

URL: http://svn.apache.org/viewvc?rev=1159209&view=rev
Log:
Remove exclude for 4020 test as it is fixed now with the latest oasis code

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml?rev=1159209&r1=1159208&r2=1159209&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml Thu Aug 18 13:27:17 2011
@@ -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>