ResultFormatTest.latex* tests fail on Windows when russian locale is default.

Vladimir Ozerov ppozerov at gmail.com
Fri Jan 9 22:59:18 UTC 2015


Hi,

Tests fail because RU locale use "," as a decimal separator while test
expects it to be ".".
This could be easily fixed by setting "en-US" locale as default and then
reverting it back in either try-finally blocks or JUnit @Before/@After
methods.

Vladimir.


More information about the jmh-dev mailing list