From 7702ebde6189f2311251d6544d42f345380fbee5 Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Wed, 30 Aug 2017 12:44:59 +0300 Subject: [PATCH] Test fixes --- unit_tests/library/route.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unit_tests/library/route.cpp b/unit_tests/library/route.cpp index d21122acd..f257eb1d5 100644 --- a/unit_tests/library/route.cpp +++ b/unit_tests/library/route.cpp @@ -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}}}}}}