summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-05 18:11:43 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-05 18:11:43 +0100
commit10b3ddd1ae9b030c27c0a1a58e14405bd990a40a (patch)
tree2b276d4493e6ca75ecc1825feefc862b981e8354 /tests
parent427a1774a64efd9897d0f92d8c8dd346be279b69 (diff)
downloadMultiMC-10b3ddd1ae9b030c27c0a1a58e14405bd990a40a.tar
MultiMC-10b3ddd1ae9b030c27c0a1a58e14405bd990a40a.tar.gz
MultiMC-10b3ddd1ae9b030c27c0a1a58e14405bd990a40a.tar.lz
MultiMC-10b3ddd1ae9b030c27c0a1a58e14405bd990a40a.tar.xz
MultiMC-10b3ddd1ae9b030c27c0a1a58e14405bd990a40a.zip
Meh.
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_UpdateChecker.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/tst_UpdateChecker.cpp b/tests/tst_UpdateChecker.cpp
index 19ac85ab..1e5e682f 100644
--- a/tests/tst_UpdateChecker.cpp
+++ b/tests/tst_UpdateChecker.cpp
@@ -112,7 +112,8 @@ slots:
QCOMPARE(checker.hasChannels(), hasChannels);
QCOMPARE(checker.getChannelList(), result);
}
-
+ // FIXME: fix, comment, explain what it does.
+/*
void tst_UpdateChecking_data()
{
QTest::addColumn<QString>("channel");
@@ -125,7 +126,8 @@ slots:
<< 2
<< (QList<QVariant>() << QString() << "1.0.3" << 3);
}
-
+ */
+/*
void tst_UpdateChecking()
{
QFETCH(QString, channel);
@@ -156,6 +158,7 @@ slots:
res[0] = checker.m_channels[0].url;
QCOMPARE(updateAvailableSpy.first(), res);
}
+ */
};
QTEST_GUILESS_MAIN_MULTIMC(UpdateCheckerTest)