CsvHelper icon indicating copy to clipboard operation
CsvHelper copied to clipboard

Culture problem in testing

Open Eales opened this issue 3 years ago • 2 comments

The tests were written without establishing the expected thread culture. This causes a problem with the passing of tests on systems with a culture other than US. It seems that at the beginning of the culture dependent tests it is enough to add Thread.CurrentThread.CurrentCulture = new CultureInfo ("en-US");

Eales avatar Apr 27 '21 08:04 Eales

Are you seeing any bugs because of this?

JoshClose avatar Apr 27 '21 20:04 JoshClose

Tests are strongly related to environment configuration, so I believe it is a bug.

Eales avatar Sep 27 '21 07:09 Eales