Author: rhauch
Date: 2008-05-23 12:13:59 -0400 (Fri, 23 May 2008)
New Revision: 186
Modified:
branches/federation/pom.xml
Log:
No longer excluding the test classes that begin with 'Abstract...Test', since
there are some test cases for abstract classes that are not abstract test cases.
Modified: branches/federation/pom.xml
===================================================================
--- branches/federation/pom.xml 2008-05-23 16:12:06 UTC (rev 185)
+++ branches/federation/pom.xml 2008-05-23 16:13:59 UTC (rev 186)
@@ -163,10 +163,10 @@
<include>**/*TestCase.java</include>
<include>**/*Test.java</include>
</includes>
- <excludes>
+ <!--excludes>
<exclude>**/Abstract*TestCase.java</exclude>
<exclude>**/Abstract*Test.java</exclude>
- </excludes>
+ </excludes-->
</configuration>
</plugin>
<!--
Show replies by date