This commit is contained in:
Petr Mrázek 2014-01-05 18:11:43 +01:00
parent 427a1774a6
commit 10b3ddd1ae

View File

@ -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)