Author: jacopoc
Date: Fri Dec 16 14:29:41 2011
New Revision: 1215153
URL: http://svn.apache.org/viewvc?rev=1215153&view=rev
Log:
Backported from rev. 1215142: Added missing property needed to successfully run
test cases in platforms with locales different from en.
Modified:
ofbiz/branches/release10.04/framework/start/src/org/ofbiz/base/start/test.properties
Modified:
ofbiz/branches/release10.04/framework/start/src/org/ofbiz/base/start/test.properties
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/start/src/org/ofbiz/base/start/test.properties?rev=1215153&r1=1215152&r2=1215153&view=diff
==============================================================================
---
ofbiz/branches/release10.04/framework/start/src/org/ofbiz/base/start/test.properties
(original)
+++
ofbiz/branches/release10.04/framework/start/src/org/ofbiz/base/start/test.properties
Fri Dec 16 14:29:41 2011
@@ -59,5 +59,8 @@ ofbiz.instrumenterFile=runtime/logs/cobe
# --- By default we will find base/config/debug.properties and point to there
#log4j.configuration=log4j.xml
+# -- The default locale for this OFBiz instance.
+ofbiz.locale.default=en
+
# --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11)
java.awt.headless=true