We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9445095 commit 38251cbCopy full SHA for 38251cb
tests/src/core/testqgsspatialindexkdbush.cpp
@@ -85,7 +85,7 @@ class TestQgsSpatialIndexKdBush : public QObject
85
for ( QgsFeature f : _pointFeatures() )
86
vl->dataProvider()->addFeature( f );
87
QgsSpatialIndexKDBush index( *vl->dataProvider() );
88
- QCOMPARE( index.size(), 4 );
+ QVERIFY( index.size() == 4 );
89
90
QList<QgsSpatialIndexKDBushData> fids = index.intersect( QgsRectangle( 0, 0, 10, 10 ) );
91
QVERIFY( fids.count() == 1 );
0 commit comments