┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-10-13 23:24:32 +0200
committerElvis Angelaccio <[email protected]>2018-10-13 23:24:32 +0200
commitec3cf251b188cc1d52d65829a9fb7123571b01b0 (patch)
tree0bde10fdce17ea4924d525e349b0b7b8d0189e6d /src/tests
parentdd8fce5594e9f55ce4c159d46ec59b08313982bb (diff)
Revert "[PlacesItemModelTest] Make test fail on purpose"
This reverts commit dd8fce5594e9f55ce4c159d46ec59b08313982bb. Got what I was looking for, from the CI logs.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/placesitemmodeltest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tests/placesitemmodeltest.cpp b/src/tests/placesitemmodeltest.cpp
index 559ff09b5..40ee47cbc 100644
--- a/src/tests/placesitemmodeltest.cpp
+++ b/src/tests/placesitemmodeltest.cpp
@@ -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()