Skip to content

Commit

Permalink
Revert "Clear settings before each translation test"
Browse files Browse the repository at this point in the history
This reverts commit 3ec5104.
  • Loading branch information
nyalldawson committed Apr 1, 2020
1 parent 740be22 commit c0d2687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgstranslateproject.cpp
Expand Up @@ -51,7 +51,7 @@ class TestQgsTranslateProject : public QObject

void TestQgsTranslateProject::initTestCase()
{
settings.clear();
//start application
original_locale = settings.value( QStringLiteral( "locale/userLocale" ), "" ).toString() ;
}

Expand Down

0 comments on commit c0d2687

Please sign in to comment.