You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.