1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 04:37:22 +01:00

see #1406 add pause before an attempt to read installer progress log

This commit is contained in:
Vadim Kurland 2010-04-24 19:35:24 +00:00
parent 18a73c756e
commit 55ebd3a89c

View File

@ -255,10 +255,12 @@ void instDialogInstallTest::testInstall1()
QVERIFY(waited < 10000);
}
QTest::qWait(2000);
for(int i=0; i<list->topLevelItemCount(); i++)
{
QVERIFY2(list->topLevelItem(i)->text(1) == "Success",
QString("%1\n").arg(processLogDisplay->toPlainText()).toAscii().constData()
QString("%1\n\n").arg(processLogDisplay->toPlainText()).toAscii().constData()
);
}