diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp index 11fa39c45..31ce2c20d 100644 --- a/tests/testprofile.cpp +++ b/tests/testprofile.cpp @@ -30,6 +30,8 @@ void TestProfile::init() QCoreApplication::setOrganizationName("Subsurface"); QCoreApplication::setOrganizationDomain("subsurface.hohndel.org"); QCoreApplication::setApplicationName("Subsurface"); + + setlocale(LC_ALL, "C"); } void TestProfile::testProfileExport() {