Get the updater to display a no update found message.

This commit is contained in:
robotbrainify
2013-12-24 16:00:07 -05:00
parent 027aafc3c1
commit b1ec7841e0
4 changed files with 53 additions and 31 deletions

View File

@ -149,7 +149,7 @@ slots:
checker.m_channels[0].url = QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/")).toString();
checker.checkForUpdate();
checker.checkForUpdate(false);
QVERIFY(updateAvailableSpy.wait());
QList<QVariant> res = result;