summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrobotbrainify <robotbrainify@gmail.com>2013-12-24 16:00:07 -0500
committerrobotbrainify <robotbrainify@gmail.com>2013-12-24 16:00:07 -0500
commitb1ec7841e04f2a60f54895e1646bc33486fd9fbf (patch)
treed8b5f21485b997cc4ab5b2251ce22f92277ca0e6 /tests
parent027aafc3c1fc5e78c91ee439cd38562387f7ed9f (diff)
downloadMultiMC-b1ec7841e04f2a60f54895e1646bc33486fd9fbf.tar
MultiMC-b1ec7841e04f2a60f54895e1646bc33486fd9fbf.tar.gz
MultiMC-b1ec7841e04f2a60f54895e1646bc33486fd9fbf.tar.lz
MultiMC-b1ec7841e04f2a60f54895e1646bc33486fd9fbf.tar.xz
MultiMC-b1ec7841e04f2a60f54895e1646bc33486fd9fbf.zip
Get the updater to display a no update found message.
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_UpdateChecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_UpdateChecker.cpp b/tests/tst_UpdateChecker.cpp
index af3ae802..162d0009 100644
--- a/tests/tst_UpdateChecker.cpp
+++ b/tests/tst_UpdateChecker.cpp
@@ -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;