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
This commit is contained in:
antelder 2010-05-19 07:44:37 +00:00
commit de434d248b

View file

@ -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>