NOISSUE fix unit tests

This commit is contained in:
Petr Mrázek
2018-11-26 03:22:20 +01:00
parent 3f6aecf5a2
commit 9eb456336d
2 changed files with 7 additions and 6 deletions

View File

@ -21,6 +21,11 @@ QDebug operator<<(QDebug dbg, const UpdateChecker::ChannelListEntry &c)
return dbg.maybeSpace();
}
QString findTestDataUrl(const char *file)
{
return QUrl::fromLocalFile(QFINDTESTDATA(file)).toString();
}
class UpdateCheckerTest : public QObject
{
Q_OBJECT
@ -35,10 +40,6 @@ slots:
}
static QString findTestDataUrl(const char *file)
{
return QUrl::fromLocalFile(QFINDTESTDATA(file)).toString();
}
void tst_ChannelListParsing_data()
{
QTest::addColumn<QString>("channel");