Skip to content

Culture sensitive tests #13212

@thinkbeforecoding

Description

@thinkbeforecoding

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:

  1. Run tests on a machine that is not installed with en-US culture
  2. See it fail on UI message comparisons
    image
    (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" )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions