shpaass / yafc-ce

Powerful Factorio calculator/analyser that works with mods
GNU General Public License v3.0
40 stars 15 forks source link

fix: make a test culture-aware #158

Closed Dorus closed 1 month ago

Dorus commented 1 month ago

Yafc\YafcLib.cs:20 calls Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; but the tests skipped this line, making them all fail on a different decimal seperator (, vs .) on my local pc. This sets the tests to use InvariantCulture too.