Skip to content

Commit 5ce8240

Browse files
committedJul 7, 2018
Fix test
1 parent 6016530 commit 5ce8240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/core/testqgsspatialindexkdbush.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class TestQgsSpatialIndexKdBush : public QObject
158158
QCOMPARE( fids[0], 1 );
159159

160160
indexCopy.reset();
161-
QCOMPARE( index3.d->ref, 1 );
161+
QVERIFY( index3.d->ref == 1 );
162162
}
163163

164164
};

0 commit comments

Comments
 (0)
Please sign in to comment.