From 4065a93481ddf35f9cc30c958d30aad723eb1f51 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 19 Sep 2016 10:07:30 +0300 Subject: [PATCH] Renaming a test. --- routing/routing_benchmarks/bicycle_routing_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/routing_benchmarks/bicycle_routing_tests.cpp b/routing/routing_benchmarks/bicycle_routing_tests.cpp index a09211e1bf..1d66d22327 100644 --- a/routing/routing_benchmarks/bicycle_routing_tests.cpp +++ b/routing/routing_benchmarks/bicycle_routing_tests.cpp @@ -45,7 +45,7 @@ UNIT_CLASS_TEST(BicycleTest, Smoke) TestRouters(start, final); } -UNIT_CLASS_TEST(BicycleTest, MailRuOfficeToUlSimanova5K2) +UNIT_CLASS_TEST(BicycleTest, RussiaMoscow_Test1) { m2::PointD const start = MercatorBounds::FromLatLon(55.79828, 37.53710); m2::PointD const final = MercatorBounds::FromLatLon(55.79956, 37.54115);