nstlaurent / DoomLauncher

Doom Launcher is a doom launching utility and database for custom wads and pk3s
GNU General Public License v3.0
233 stars 20 forks source link

Tests won't fail on non-English locales when asserting DateTime values. #231

Closed ALDamico closed 3 years ago

ALDamico commented 3 years ago

As stated in issue #230, some tests would fail when building DoomLauncher on non-English locales. This commit fixes this by replacing the calls to DateTime.Parse(string) in unit tests to DateTime.Parse(string, IFormatProvider).