GUITESTS: Fix translation count in test.

This commit is contained in:
Kimmo Varis 2011-06-10 12:02:05 +03:00
parent 6820fc6933
commit eb648eb3f7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
void TestTranslationHandler::construct()
{
TranslationHandler handler;
QCOMPARE(10, handler.GetNames().size());
QCOMPARE(11, handler.GetNames().size());
QCOMPARE(QString("en"), handler.GetCurrentLanguage());
}