Set test locale to C

This commit is contained in:
Janek Bevendorff 2024-03-07 23:09:00 +01:00 committed by Jonathan White
parent aace1dc913
commit 0acb15de0f
10 changed files with 15 additions and 14 deletions

View file

@ -66,6 +66,7 @@ void TestCli::initTestCase()
QVERIFY(Crypto::init());
Config::createTempFileInstance();
QLocale::setDefault(QLocale::c());
Bootstrap::bootstrap();
m_devNull.reset(new QFile());