Revert "[PlacesItemModelTest] Make test fail on purpose"

This reverts commit dd8fce5594.

Got what I was looking for, from the CI logs.
This commit is contained in:
Elvis Angelaccio 2018-10-13 23:24:32 +02:00
parent dd8fce5594
commit ec3cf251b1

View file

@ -739,11 +739,6 @@ void PlacesItemModelTest::testRefresh()
// item must be equal
QTRY_COMPARE(item->text(), sameItem->text());
// TODO REMOVE
if (item->text() == sameItem->text()) {
QCOMPARE(0, 1);
}
}
void PlacesItemModelTest::testIcons_data()