Notes |
|
(0002092)
|
Fred
|
2012-09-10 20:09
|
|
Just realised that you can probably set the locale to US-EN before running the test, and that'll solve it. |
|
|
|
Changing target version from "Future" to "0.0.3" since this should be easy to fix and it causes issues with building when unit tests fail. |
|
|
(0002105)
|
Fred
|
2012-09-11 12:19
|
|
Was feeling impatient, fixed in: fca0346 close if happy. Be happy by changing to FRANCE to cause failure. |
|
|
|
Switching to Locale.FRANCE caused the tests to fail. So that's good.
Switching default locale (without switching it back) in the tests doesn't affect the main app either in Eclipse or in Maven since they don't re-use JVM instances between the tests and the main app. |
|