Author: slaws
Date: Fri Dec 9 13:37:47 2011
New Revision: 1212410
URL: http://svn.apache.org/viewvc?rev=1212410&view=rev
Log:
Remove excludes now that OASIS have fixed the Java CI tests themselves
Modified:
tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml?rev=1212410&r1=1212409&r2=1212410&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
(original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml Fri Dec
9 13:37:47 2011
@@ -74,11 +74,6 @@
<argLine>-Xms256m -Xmx1024m</argLine>
<excludes>
<exclude>**/POJO_10004_TestCase.java</exclude> <!-- TUSCANY-3880
-->
- <exclude>**/POJO_5004_TestCase.java</exclude>
- <exclude>**/POJO_5005_TestCase.java</exclude>
- <exclude>**/POJO_8003_TestCase.java</exclude>
- <exclude>**/POJO_8010_TestCase.java</exclude>
- <exclude>**/POJO_8024_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>