Test fixes

This commit is contained in:
Lev Dragunov 2017-08-30 12:44:59 +03:00 committed by Patrick Niklaus
parent 6951eadc18
commit 7702ebde61

View File

@ -68,13 +68,13 @@ BOOST_AUTO_TEST_CASE(test_route_same_coordinates_fixture)
json::Object{{
{"location", location},
{"bearing_before", 0},
{"bearing_after", 0},
{"bearing_after", 58},
{"type", "depart"},
}}},
{"intersections",
json::Array{{json::Object{
{{"location", location},
{"bearings", json::Array{{0}}},
{"bearings", json::Array{{58}}},
{"entry", json::Array{{json::True()}}},
{"out", 0}}}}}}}}},
@ -86,13 +86,13 @@ BOOST_AUTO_TEST_CASE(test_route_same_coordinates_fixture)
{"mode", "driving"},
{"maneuver",
json::Object{{{"location", location},
{"bearing_before", 0},
{"bearing_before", 58},
{"bearing_after", 0},
{"type", "arrive"}}}},
{"intersections",
json::Array{{json::Object{
{{"location", location},
{"bearings", json::Array{{180}}},
{"bearings", json::Array{{238}}},
{"entry", json::Array{{json::True()}}},
{"in", 0}}}}}}