Fix appveyor build failure
This commit is contained in:
parent
dba5e00741
commit
2e45409910
@ -106,7 +106,7 @@ TEST_F(GeoDBTest, Search) {
|
|||||||
GeoIterator* iter = getdb()->SearchRadial(GeoPosition(46, 46), 200000);
|
GeoIterator* iter = getdb()->SearchRadial(GeoPosition(46, 46), 200000);
|
||||||
ASSERT_TRUE(status.ok());
|
ASSERT_TRUE(status.ok());
|
||||||
ASSERT_EQ(iter->geo_object().value, "midvalue1");
|
ASSERT_EQ(iter->geo_object().value, "midvalue1");
|
||||||
uint size = 0;
|
uint32_t size = 0;
|
||||||
while (iter->Valid()) {
|
while (iter->Valid()) {
|
||||||
size++;
|
size++;
|
||||||
iter->Next();
|
iter->Next();
|
||||||
|
Loading…
Reference in New Issue
Block a user