Enforce iteration order so that tiles are encoded consistently on all platforms (#3393)

This commit is contained in:
Daniel Patterson
2016-12-02 08:59:39 -08:00
committed by GitHub
parent 9d8b92f418
commit 0817cd6dfd
2 changed files with 43 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ BOOST_AUTO_TEST_CASE(test_tile)
const auto rc = osrm.Tile(params, result);
BOOST_CHECK(rc == Status::Ok);
BOOST_CHECK_GT(result.size(), 128);
BOOST_CHECK_EQUAL(result.size(), 114091);
protozero::pbf_reader tile_message(result);
tile_message.next();