You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/09/10 19:47:35 UTC

svn commit: r280021 - in /jakarta/tapestry/trunk: framework/build.xml status.xml

Author: hlship
Date: Sat Sep 10 10:47:31 2005
New Revision: 280021

URL: http://svn.apache.org/viewcvs?rev=280021&view=rev
Log:
TAPESTRY-380:  Framework unit test suite fails for non-English developers due to localization issues

Modified:
    jakarta/tapestry/trunk/framework/build.xml
    jakarta/tapestry/trunk/status.xml

Modified: jakarta/tapestry/trunk/framework/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/build.xml?rev=280021&r1=280020&r2=280021&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/build.xml (original)
+++ jakarta/tapestry/trunk/framework/build.xml Sat Sep 10 10:47:31 2005
@@ -21,6 +21,7 @@
   <property name="javadoc.package" value="org.apache.tapestry.*"/>
 
   <property name="module.javac.deprecation" value="off"/>
+  <property name="module.junit.jvmarg" value="-Duser.language=en -Duser.country=US"/>
     
   <property name="root.dir" value=".."/>
   <property file="${root.dir}/config/build.properties"/>

Modified: jakarta/tapestry/trunk/status.xml
URL: http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=280021&r1=280020&r2=280021&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Sat Sep 10 10:47:31 2005
@@ -62,6 +62,7 @@
       <action type="fix" dev="MB" fixes-bug="TAPESTRY-464">Document For component</action>
       <action type="fix" dev="DS" fixes-bug="TAPESTRY-489">Document FormConditional component</action>
       <action type="add" dev="HLS" fixes-bug="TAPESTRY-637">Application state objects are stored back to the session, even if unchanged</action>
+      <action type="fix" dev="HLS" fixes-bug="TAPESTRY-380" due-to="Laurent Prudhon"> Framework unit test suite fails for non-English developers due to localization issues</action>
     </release>
     <release version="4.0-beta-6" date="Sep 7 2005">
       <action type="update" dev="HLS" due-to="Henri Yandell">Convert Tapestry repository from CVS to SVN</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org