You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/10/31 21:22:00 UTC

svn commit: r590810 - /velocity/tools/trunk/test.xml

Author: nbubna
Date: Wed Oct 31 13:21:59 2007
New Revision: 590810

URL: http://svn.apache.org/viewvc?rev=590810&view=rev
Log:
restrict blackbox batchtest to test classes

Modified:
    velocity/tools/trunk/test.xml

Modified: velocity/tools/trunk/test.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/test.xml?rev=590810&r1=590809&r2=590810&view=diff
==============================================================================
--- velocity/tools/trunk/test.xml (original)
+++ velocity/tools/trunk/test.xml Wed Oct 31 13:21:59 2007
@@ -171,7 +171,9 @@
         <pathelement location="${test.classes.dir}"/>
       </classpath>
       <batchtest todir="${test.rst.dir}">
-        <fileset dir="${test.classes.dir}" includes="org/apache/velocity/tools/test/blackbox/**/*"/>
+        <fileset dir="${test.classes.dir}">
+            <include name="**/blackbox/*Test*"/>
+        </fileset>
       </batchtest>
       <formatter type="plain"/>
     </junit>