You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/02/23 21:34:52 UTC

svn commit: r511095 - in /velocity/tools/trunk: src/test/resources.properties test/conf/whiteboxtest-toolbox.xml

Author: cbrisson
Date: Fri Feb 23 12:34:51 2007
New Revision: 511095

URL: http://svn.apache.org/viewvc?view=rev&rev=511095
Log:
On a french system, the ResourceBundle will load resources_fr before resources.
So we need to:
 - rename resources to resources_en
 - specify "en_US" as the default locale in the toolbox

Removed:
    velocity/tools/trunk/src/test/resources.properties
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=511095&r1=511094&r2=511095
==============================================================================
--- velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml (original)
+++ velocity/tools/trunk/test/conf/whiteboxtest-toolbox.xml Fri Feb 23 12:34:51 2007
@@ -52,6 +52,7 @@
   <tool>
     <key>text</key>
     <class>org.apache.velocity.tools.generic.ResourceTool</class>
+    <parameter name="locale" value="en_US"/>
   </tool>
 
 </toolbox>