Josh Adams created DAFFODIL-2492:
------------------------------------
Summary: Test fails on non-US locale
Key: DAFFODIL-2492
URL: https://issues.apache.org/jira/browse/DAFFODIL-2492
Project: Daffodil
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Josh Adams
Fix For: 3.1.0
Noticed this when trying to verify DAFFODIL-1945
Test org.apache.daffodil.util.TestLogger.test_var_args_different_primitives
fails when the locale has been changed. The test simply returns:
"[error] Test
org.apache.daffodil.util.TestLogger.test_var_args_different_primitives failed:
null, took 0.003 sec"
Tested with the following:
# export SBT_OPTS="-Xss2M -Xmx5G -Xms5G -Duser.country=DE -Duser.language=de"
# sbt test
--
This message was sent by Atlassian Jira
(v8.3.4#803005)