summaryrefslogtreecommitdiffstats
path: root/tests/tst_UpdateChecker.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-03-03 22:47:41 +0100
committerPetr Mrázek <peterix@gmail.com>2016-03-03 22:47:41 +0100
commit3d8728f52f220845fc4079d34b97458a122ac031 (patch)
treec259e26ce41af59d2bea32d33efaf15fb6f22351 /tests/tst_UpdateChecker.cpp
parent2e4fa7ec13fa8a255cebcd023ab17dbd65e8c2cb (diff)
downloadMultiMC-3d8728f52f220845fc4079d34b97458a122ac031.tar
MultiMC-3d8728f52f220845fc4079d34b97458a122ac031.tar.gz
MultiMC-3d8728f52f220845fc4079d34b97458a122ac031.tar.lz
MultiMC-3d8728f52f220845fc4079d34b97458a122ac031.tar.xz
MultiMC-3d8728f52f220845fc4079d34b97458a122ac031.zip
NOISSUE no issue. with unit tests.
Diffstat (limited to 'tests/tst_UpdateChecker.cpp')
-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 42d44e77..de1ad718 100644
--- a/tests/tst_UpdateChecker.cpp
+++ b/tests/tst_UpdateChecker.cpp
@@ -76,8 +76,8 @@ slots:
<< true
<< true
<< (QList<UpdateChecker::ChannelListEntry>()
- << UpdateChecker::ChannelListEntry{"develop", "Develop", "The channel called \"develop\"", MultiMC_TEST_DATA_PATH}
- << UpdateChecker::ChannelListEntry{"stable", "Stable", "It's stable at least", MultiMC_TEST_DATA_PATH}
+ << UpdateChecker::ChannelListEntry{"develop", "Develop", "The channel called \"develop\"", MultiMC_TEST_DATA_URL}
+ << UpdateChecker::ChannelListEntry{"stable", "Stable", "It's stable at least", MultiMC_TEST_DATA_URL}
<< UpdateChecker::ChannelListEntry{"42", "The Channel", "This is the channel that is going to answer all of your questions", "https://dent.me/tea"});
}
void tst_ChannelListParsing()