[L10n] Properly reset locale and textdomain settings in unit tests

Review Request #894 — Created Dec. 27, 2022 and submitted — Latest diff uploaded

pprkut
Lunr
895
d644c53...
lunr
The lang and nlang tests also set a locale and a domain, do just
resetting the values in the test for init() is not enough.
Doing it in the main test class ensures that we leave the
environment like we found it.

Unit tests

Loading...