fix kwin definition again

This commit is contained in:
2017-02-14 05:11:00 +03:00
parent 53afc07457
commit 9c8dbdcb41
3 changed files with 7 additions and 6 deletions

View File

@ -106,7 +106,8 @@ void TestPlayerSource::test_mpd()
if (secondValue[QString("player/title")].toString() == QString("unknown"))
QSKIP("No mpd found");
QVERIFY(secondValue[QString("player/progress")].toInt() < secondValue[QString("player/duration")].toInt());
QVERIFY(secondValue[QString("player/progress")].toInt()
< secondValue[QString("player/duration")].toInt());
}