Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing_tests/dijkstra_router_test.cpp')
-rw-r--r--routing/routing_tests/dijkstra_router_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_tests/dijkstra_router_test.cpp b/routing/routing_tests/dijkstra_router_test.cpp
index 9ea4ab84d4..329f642ebc 100644
--- a/routing/routing_tests/dijkstra_router_test.cpp
+++ b/routing/routing_tests/dijkstra_router_test.cpp
@@ -55,7 +55,7 @@ void TestDijkstraRouterMWM(RoadPos (&finalPos)[finalPosSize],
router.CalculateRoute(startV, result);
LOG(LDEBUG, (result));
- Route route;
+ Route route(router.GetName());
tester.GetGraph()->ReconstructPath(result, route);
LOG(LDEBUG, (route));
TEST_EQUAL(route.GetPoly().GetSize(), pointsCount, ());