summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/wicket/GitBlitWebAppResourceBundleTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add test for loading russian propertiesFlorian Zschocke2021-11-031-0/+10
|
* Add a unit test to check if the resource bundle can be loadedFlorian Zschocke2021-10-201-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.