Steve Lawrence created DAFFODIL-2074:
----------------------------------------
Summary: Tests fail on non-US locales
Key: DAFFODIL-2074
URL: https://issues.apache.org/jira/browse/DAFFODIL-2074
Project: Daffodil
Issue Type: Bug
Affects Versions: 2.3.0
Reporter: Steve Lawrence
Fix For: 2.4.0
To test, run the following:
{code}
export SBT_OPTS="-Xss2M -Xmx5G -Xms5G -Duser.country=EN -Duser.language=us"
sbt test
{code}
Some tests appear to be issues with comma vs period in number grouping
separators, some tests look related to date/time differences.
This means that Daffodil is getting some settings from the systems environment,
which is incorrect. All parameters (e.g. grouping separator) should come from
the DFDL schema.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)