-
Notifications
You must be signed in to change notification settings - Fork 834
Closed
Description
Some tests are culture sensitive and fail on non en-US machines. It makes running test suites localy difficult when working on new PR.
Provide the steps required to reproduce the problem:
- Run tests on a machine that is not installed with en-US culture
- See it fail on UI message comparisons

(yes I'm french)
Expected behavior
Tests pass on all machines independently of their culture.
Actual behavior
Tests fail.
Known workarounds
Change the culture of the machine (tedious). Not run test suites (dangerous).
Related information
Some tests fail due to warning/error message comparison, other due to number formatting ( "5,0" <> "5.0" )
kerams and rstm-sf