Closed ALDamico closed 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).
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).