diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 07:44:37 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 07:44:37 +0000 |
commit | de434d248bfb0ba527ade96b8c747c3ee389e549 (patch) | |
tree | ce0bdb55d07e063449cbf260f40308101fec8822 | |
parent | 9b92a0428af26e31227c7e2155bc9d2e8df6902b (diff) |
Remove excludes for tests that are passing now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946076 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml | 2 |
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 4ef2a8acb5..0af9367782 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 @@ -77,8 +77,6 @@ <artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/POJO_8009_TestCase.java</exclude>
- <exclude>**/POJO_8011_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>
|