Author: jacopoc
Date: Fri Dec 16 14:27:10 2011
New Revision: 1215151
URL: http://svn.apache.org/viewvc?rev=1215151&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/release09.04/framework/start/src/org/ofbiz/base/start/test.properties
Modified:
ofbiz/branches/release09.04/framework/start/src/org/ofbiz/base/start/test.properties
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/start/src/org/ofbiz/base/start/test.properties?rev=1215151&r1=1215150&r2=1215151&view=diff
==============================================================================
---
ofbiz/branches/release09.04/framework/start/src/org/ofbiz/base/start/test.properties
(original)
+++
ofbiz/branches/release09.04/framework/start/src/org/ofbiz/base/start/test.properties
Fri Dec 16 14:27:10 2011
@@ -56,5 +56,8 @@ ofbiz.auto.shutdown=true
# --- 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