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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-09-19 10:07:30 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-10-28 09:46:55 +0300
commit4065a93481ddf35f9cc30c958d30aad723eb1f51 (patch)
tree75e7ece50833ed7d953354117a50800a497f2cb3 /routing
parentb52a46094e2ff1636a0c09d5cb90f83e9ceea0f7 (diff)
Renaming a test.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_benchmarks/bicycle_routing_tests.cpp2
1 files changed, 1 insertions, 1 deletions
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);