Modified:
trunk/etc/ant-inc/test.xml
Log:
* Exclude the Abstract*.java from the tests
--____________--
M etc/ant-inc/test.xml
Modified: trunk/etc/ant-inc/test.xml
==============================================================================
--- trunk/etc/ant-inc/test.xml (original)
+++ trunk/etc/ant-inc/test.xml Thu Jul 10 17:36:05 2008
@@ -133,6 +133,7 @@
<batchtest>
<fileset dir="${src.test.java.dir}">
+ <exclude name="**/Abstract*.java"/>
<exclude name="**/*Base*.java"/>
<exclude name="**/Test*.java"/>
<include name="**/*${test}.java"/>