Fixes AppVeyor tests

This commit is contained in:
Daniel J. Hofmann
2017-11-03 13:57:11 -04:00
committed by Daniel J. H
parent 2224389fb3
commit 9b83649a03
4 changed files with 8 additions and 7 deletions
+5 -2
View File
@@ -1,3 +1,5 @@
#include "extractor/travel_mode.hpp"
#include "engine/guidance/assemble_geometry.hpp"
#include "engine/guidance/assemble_leg.hpp"
#include "engine/guidance/assemble_overview.hpp"
@@ -12,6 +14,7 @@ BOOST_AUTO_TEST_SUITE(guidance_assembly)
BOOST_AUTO_TEST_CASE(trim_short_segments)
{
using namespace osrm::extractor;
using namespace osrm::extractor::guidance;
using namespace osrm::engine::guidance;
using namespace osrm::engine;
@@ -46,7 +49,7 @@ BOOST_AUTO_TEST_CASE(trim_short_segments)
0.2,
1.9076601161280742,
0.2,
extractor::TRAVEL_MODE_DRIVING,
TRAVEL_MODE_DRIVING,
{{FloatLongitude{-73.981492}, FloatLatitude{40.768258}},
329,
348,
@@ -67,7 +70,7 @@ BOOST_AUTO_TEST_CASE(trim_short_segments)
0,
0,
0,
extractor::TRAVEL_MODE_DRIVING,
TRAVEL_MODE_DRIVING,
{{FloatLongitude{-73.981495}, FloatLatitude{40.768275}},
0,
0,