Skip to content

Regression tests should not use machine's locale #35

@drewnoakes

Description

@drewnoakes

Developers currently cannot run the regression tests in locales that format things differently to en-GB (and some other English-language locales). This was identified by @Nadahar in drewnoakes/metadata-extractor#233.

The regression test program must call global setLocale(Locale.ROOT) before producing output.

Locale.ROOT is a neutral, portable locale across JVMs.

This should be compared with the equivalent issue in the .NET project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions