提交 2419f435 编写于 作者: I Islam AbdelRahman

Merge pull request #816 from SherlockNoMad/GeoDBTestFix

Fix appveyor build failure
......@@ -106,7 +106,7 @@ TEST_F(GeoDBTest, Search) {
GeoIterator* iter = getdb()->SearchRadial(GeoPosition(46, 46), 200000);
ASSERT_TRUE(status.ok());
ASSERT_EQ(iter->geo_object().value, "midvalue1");
uint size = 0;
uint32_t size = 0;
while (iter->Valid()) {
size++;
iter->Next();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册