Fixed #4479 (GUI tests fail)
This commit is contained in:
parent
c834bbad10
commit
6bf47212c2
|
@ -24,7 +24,7 @@
|
|||
void TestTranslationHandler::construct()
|
||||
{
|
||||
TranslationHandler handler;
|
||||
QCOMPARE(handler.GetNames().size(), 11);
|
||||
QCOMPARE(handler.GetNames().size(), 13); // 12 translations + english
|
||||
QCOMPARE(handler.GetCurrentLanguage(), QString("en"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue