Author: antelder
Date: Wed May 12 14:29:04 2010
New Revision: 943512
URL: http://svn.apache.org/viewvc?rev=943512&view=rev
Log:
Remove exclude as the test works now
Modified:
tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml?rev=943512&r1=943511&r2=943512&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml Wed May 12
14:29:04 2010
@@ -79,7 +79,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/JCA_8007_TestCase.java</exclude><!-- see
TUSCANY-3482 -->
</excludes>
</configuration>
</plugin>