summaryrefslogtreecommitdiffstats
path: root/tests/tst_DownloadTask.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-12-28 04:45:49 +0100
committerPetr Mrázek <peterix@gmail.com>2015-12-28 05:36:17 +0100
commit5402acb3c6cf9b63c9df69ee463cae02259dfdef (patch)
tree76bbfd58704b3634fe6a707c6ec13a5dccb267ea /tests/tst_DownloadTask.cpp
parente8063d193d56acc10c5a533cffd95c9271b24e65 (diff)
downloadMultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar.gz
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar.lz
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.tar.xz
MultiMC-5402acb3c6cf9b63c9df69ee463cae02259dfdef.zip
GH-1360 add basic changelog based on github API, fix update dialog buttons
Diffstat (limited to 'tests/tst_DownloadTask.cpp')
-rw-r--r--tests/tst_DownloadTask.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/tst_DownloadTask.cpp b/tests/tst_DownloadTask.cpp
index 978449f1..743bf514 100644
--- a/tests/tst_DownloadTask.cpp
+++ b/tests/tst_DownloadTask.cpp
@@ -185,29 +185,7 @@ slots:
qDebug() << expectedOperations;
QCOMPARE(operations, expectedOperations);
}
-/*
- void test_masterTest()
- {
- qDebug() << "#####################";
- MMC->m_version.build = 1;
- MMC->m_version.channel = "develop";
- auto channels =
- QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/channels.json"));
- auto root = QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/"));
- qDebug() << "channels: " << channels;
- qDebug() << "root: " << root;
- MMC->updateChecker()->setChannelListUrl(channels.toString());
- MMC->updateChecker()->setCurrentChannel("develop");
-
- DownloadTask task(root.toString(), 2);
-
- QSignalSpy succeededSpy(&task, SIGNAL(succeeded()));
- task.start();
-
- QVERIFY(succeededSpy.wait());
- }
-*/
void test_OSXPathFixup()
{
QString path, pathOrig;