Skip to content
Permalink
Browse files
Fix test
  • Loading branch information
nyalldawson committed Jul 7, 2018
1 parent 6016530 commit 5ce8240
Showing 1 changed file with 1 addition and 1 deletion.
@@ -158,7 +158,7 @@ class TestQgsSpatialIndexKdBush : public QObject
QCOMPARE( fids[0], 1 );

indexCopy.reset();
QCOMPARE( index3.d->ref, 1 );
QVERIFY( index3.d->ref == 1 );
}

};

0 comments on commit 5ce8240

Please sign in to comment.