summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-07-14 00:57:54 +0200
committerPetr Mrázek <peterix@gmail.com>2014-07-14 00:57:54 +0200
commit3821569363bdc13c59704c2f37c5de9fee5a21e2 (patch)
treec30fd938bf3f7076084916a1a0980115341445d6 /tests
parentd8d6f5929b1a0104b31d381a45799849c6d82636 (diff)
downloadMultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar
MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar.gz
MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar.lz
MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.tar.xz
MultiMC-3821569363bdc13c59704c2f37c5de9fee5a21e2.zip
Show changelog even when there are no new updates available.
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_UpdateChecker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_UpdateChecker.cpp b/tests/tst_UpdateChecker.cpp
index 8351ad75..8ed82faf 100644
--- a/tests/tst_UpdateChecker.cpp
+++ b/tests/tst_UpdateChecker.cpp
@@ -116,7 +116,7 @@ slots:
checker.setChannelListUrl(channelUrl);
- checker.updateChanList();
+ checker.updateChanList(false);
if (valid)
{
@@ -165,7 +165,7 @@ slots:
QSignalSpy channelListLoadedSpy(&checker, SIGNAL(channelListLoaded()));
QVERIFY(channelListLoadedSpy.isValid());
- checker.updateChanList();
+ checker.updateChanList(false);
QVERIFY(channelListLoadedSpy.wait());
checker.m_channels[0].url = QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/")).toString();