summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-11 20:14:54 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-11 20:14:54 +0000
commitbb776f2efe6ceea5c9a0e3a5ae08d392955f87a8 (patch)
tree733cd95d0d688851e13c35fb6fafffdbf461a944 /sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
parent94949d9ed9c6da39db180ed6d1d6d82a93476fd3 (diff)
Update error messages file for POJO_8003 and 8012 and remove the excludes for those so the Java CI test suite now passes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
index dddcf9b238..15aa219dd8 100644
--- a/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
@@ -74,8 +74,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/POJO_8012_TestCase.java</exclude><!-- see TUSCANY-3483 -->
- <exclude>**/POJO_8003_TestCase.java</exclude><!-- see TUSCANY-3483 -->
</excludes>
</configuration>
</plugin>