Fix appveyor build failure

This commit is contained in:
SherlockNoMad 2015-11-04 20:10:16 -08:00
parent dba5e00741
commit 2e45409910

View File

@ -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();