MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
154 stars 76 forks source link

test: add test to ensure that all supported languages have language flag icons #688

Closed skaldarnar closed 1 year ago

skaldarnar commented 1 year ago

Contains

A simple (JavaFX) unit test to ensure that the flag icons for the supported locales can be loaded.

How to test

Run the new test to check that it succeeds.

gradlew test

I checked the negative case locally by adding a new locale (new Locale("nl")) to the list of supported locales in I18N.java and observed test failure for that locale, as would be expected.

Outstanding before merging

Nothing.