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/02/16 02:29:17 UTC

svn commit: r508272 - /velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml

Author: nbubna
Date: Thu Feb 15 17:29:17 2007
New Revision: 508272

URL: http://svn.apache.org/viewvc?view=rev&rev=508272
Log:
must use ComparisonDateTool if tests for it will work...

Modified:
    velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml

Modified: velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml?view=diff&rev=508272&r1=508271&r2=508272
==============================================================================
--- velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml (original)
+++ velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml Thu Feb 15 17:29:17 2007
@@ -29,8 +29,9 @@
 
   <tool>
     <key>date</key>
-    <class>org.apache.velocity.tools.generic.DateTool</class>
+    <class>org.apache.velocity.tools.generic.ComparisonDateTool</class>
     <parameter name="format" value="yyyy-MM-dd"/>
+    <parameter name="skip" value="month"/>
   </tool>
 
   <tool>