diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-09 13:37:47 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-09 13:37:47 +0000 |
commit | b2aedfc764b09a482ee83b83094a3ed0310852e9 (patch) | |
tree | ff86c1c23fecf20b2c9ac96e441013686fd81fe6 /sca-java-2.x/trunk/testing | |
parent | 0fb1fd45f479254df6b527908d61720c8d08e083 (diff) |
Remove excludes now that OASIS have fixed the Java CI tests themselves
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212410 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/java-ci/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml index 9176953646..75d7bd1e48 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml @@ -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>
|