ObjectBinderTest fails when it runs on non-US locale environment.
In this patch, before running the test, default locale will be set to US and then original locale is restored.
I've found the same problem, when using German Locale.
My patch
ObjectBinderTest_should_use_locale_depended_DateFormat.patch
doesn't change the Locale Settings of the JVM,
but uses an explicit DateFormater instead.
Hi,
I've found the same problem, when using German Locale.
My patch
ObjectBinderTest_should_use_locale_depended_DateFormat.patch
doesn't change the Locale Settings of the JVM,
but uses an explicit DateFormater instead.
What do you think?