You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/05/19 09:44:37 UTC

svn commit: r946076 - /tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml

Author: antelder
Date: Wed May 19 07:44:37 2010
New Revision: 946076

URL: http://svn.apache.org/viewvc?rev=946076&view=rev
Log:
Remove excludes for tests that are passing now

Modified:
    tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml

Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml?rev=946076&r1=946075&r2=946076&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-ci/pom.xml Wed May 19 07:44:37 2010
@@ -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>