mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Set test locale to C
This commit is contained in:
parent
aace1dc913
commit
0acb15de0f
10 changed files with 15 additions and 14 deletions
|
@ -66,6 +66,7 @@ void TestCli::initTestCase()
|
|||
QVERIFY(Crypto::init());
|
||||
|
||||
Config::createTempFileInstance();
|
||||
QLocale::setDefault(QLocale::c());
|
||||
Bootstrap::bootstrap();
|
||||
|
||||
m_devNull.reset(new QFile());
|
||||
|
|
|
@ -89,6 +89,7 @@ void TestGui::initTestCase()
|
|||
{
|
||||
QVERIFY(Crypto::init());
|
||||
Config::createTempFileInstance();
|
||||
QLocale::setDefault(QLocale::c());
|
||||
Application::bootstrap();
|
||||
|
||||
m_mainWindow.reset(new MainWindow());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue