You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/02/26 19:47:34 UTC

[Bug 58704] Non regression testing : Ant task batchtest fails if tests and run in a non en_EN locale and use a JMX file that uses a Csv DataSet

https://bz.apache.org/bugzilla/show_bug.cgi?id=58704

--- Comment #6 from Vladimir Sitnikov <si...@gmail.com> ---
It looks like the tests do not work in ru_RU.utf-8 locale.

https://github.com/apache/jmeter/pull/452

For instance, I get the following error when running ./gradlew check locally:

org.apache.jmeter.config.TestRandomVariableConfig > testRandomWithFormat FAILED
    org.junit.ComparisonFailure: expected:<010[.]00> but was:<010[,]00>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at
org.apache.jmeter.config.TestRandomVariableConfig.testRandomWithFormat(TestRandomVariableConfig.java:80)

I'm not sure what should be the fix there though.

-- 
You are receiving this mail because:
You are the assignee for the bug.