GUITESTS: Fix translation count in test.
This commit is contained in:
parent
6820fc6933
commit
eb648eb3f7
|
@ -24,7 +24,7 @@
|
|||
void TestTranslationHandler::construct()
|
||||
{
|
||||
TranslationHandler handler;
|
||||
QCOMPARE(10, handler.GetNames().size());
|
||||
QCOMPARE(11, handler.GetNames().size());
|
||||
QCOMPARE(QString("en"), handler.GetCurrentLanguage());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue