From d7641c1ccfd90602308ad0a4c1b6c459b8fcbb81 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Fri, 16 Mar 2018 12:25:09 +0300 Subject: Replace http with https for openstreetmap.org links --- routing/routing_integration_tests/road_graph_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routing') diff --git a/routing/routing_integration_tests/road_graph_tests.cpp b/routing/routing_integration_tests/road_graph_tests.cpp index b6c0b77bba..653ee15a3d 100644 --- a/routing/routing_integration_tests/road_graph_tests.cpp +++ b/routing/routing_integration_tests/road_graph_tests.cpp @@ -22,7 +22,7 @@ using namespace integration; // The test on combinatorial explosion of number of fake edges at FeaturesRoadGraph. // It might happen when a lot of roads intersect at one point. For example, -// http://www.openstreetmap.org/#map=19/50.73197/-1.21295 +// https://www.openstreetmap.org/#map=19/50.73197/-1.21295 UNIT_TEST(FakeEdgesCombinatorialExplosion) { classificator::Load(); -- cgit v1.2.3