Skip to content

Commit 38251cb

Browse files
committed
Fix test
1 parent 9445095 commit 38251cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsspatialindexkdbush.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class TestQgsSpatialIndexKdBush : public QObject
8585
for ( QgsFeature f : _pointFeatures() )
8686
vl->dataProvider()->addFeature( f );
8787
QgsSpatialIndexKDBush index( *vl->dataProvider() );
88-
QCOMPARE( index.size(), 4 );
88+
QVERIFY( index.size() == 4 );
8989

9090
QList<QgsSpatialIndexKDBushData> fids = index.intersect( QgsRectangle( 0, 0, 10, 10 ) );
9191
QVERIFY( fids.count() == 1 );

0 commit comments

Comments
 (0)