Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for loading russian properties | Florian Zschocke | 2021-11-03 | 1 | -0/+10 |
| | |||||
* | Add a unit test to check if the resource bundle can be loaded | Florian Zschocke | 2021-10-20 | 1 | -0/+146 |
To prevent that we have a resource file in a resource bundle broken and not loading undiscovered for years, add a unit test that will load the resource properties file for each of the languages. In order to check if the file was loaded and the bundle mechanism didn't fall back on the default, a new property key is added to each language file, solely for the purpose to be checked in the unit test. |