summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 09:19:34 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 09:19:34 +0000
commit2e157d69fdd6b791f48e5de5b13186f4ec3c8fee (patch)
treeed1a4210fc6e6597d5b83794e415239773f6656a
parentc3525342b322df84b1e84274e3b6ae4d15f55e52 (diff)
Remove excludes as the tests run clean now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998028 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml3
1 files changed, 0 insertions, 3 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 878a6b140f..9151407fd2 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
@@ -78,9 +78,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/POJO_8003_TestCase.java</exclude><!-- see TUSCANY-xxx -->
- <exclude>**/POJO_8008_TestCase.java</exclude><!-- see TUSCANY-xxx -->
- <exclude>**/POJO_8012_TestCase.java</exclude><!-- see TUSCANY-xxx -->
</excludes>
</configuration>
</plugin>