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:
parent
18a73c756e
commit
55ebd3a89c
@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user