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.