From a9b7c28671a6a74131d74b16cf14a5f76fad5c03 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Tue, 29 Sep 2015 16:56:00 +0300 Subject: [PATCH] Corrections after colleagues comments. --- integration_tests/osrm_route_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/osrm_route_test.cpp b/integration_tests/osrm_route_test.cpp index ed6b71a11d..264796bb05 100644 --- a/integration_tests/osrm_route_test.cpp +++ b/integration_tests/osrm_route_test.cpp @@ -117,7 +117,7 @@ namespace // @TODO This test is failed to create a route for the time being with data from 12.09.2015. // Now it's impossible to create a vehicle route from Paris to London. -// The assumed reason is some tags of the tunnel is changed and we stop working with +// The assumed reason is some tags of the tunnel were changed and we stop working with // the situation correctly. // At the same time OSRM manages to create routes through the tunnel. UNIT_TEST(FranceParisCenternglandLondonCenterRouteTest)