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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2019-03-05 12:24:01 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2019-03-25 17:48:16 +0300
commite1c8575d1a2e60f525d82634d02ef70b8d0f1bf7 (patch)
treeee24d8749b843fcb7c1bc8174b09b913c0cc8e65 /routing
parent0b3678e958fa2ba12d9cae400c92e98bb1a70b10 (diff)
[routing] Get back the quality test as it's valid now.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_quality/routing_quality_tests/bigger_roads_tests.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/routing/routing_quality/routing_quality_tests/bigger_roads_tests.cpp b/routing/routing_quality/routing_quality_tests/bigger_roads_tests.cpp
index 2edccadad9..df196b22bd 100644
--- a/routing/routing_quality/routing_quality_tests/bigger_roads_tests.cpp
+++ b/routing/routing_quality/routing_quality_tests/bigger_roads_tests.cpp
@@ -50,15 +50,12 @@ UNIT_TEST(RoutingQuality_USAOklahoma)
());
}
-// @TODO This test was broken after using maxspeed tag value always if it's available.
-// It should be fixed by using maxspeed taking into account highway class.
-// Trunk should be preferred against primary.
-//UNIT_TEST(RoutingQuality_IranSouth)
-//{
-// TEST(CheckCarRoute({32.45088, 51.76419} /* start */, {32.97067, 51.50399} /* finish */,
-// {{{32.67021, 51.64323}, {32.68752, 51.63387}}} /* reference track */),
-// ());
-//}
+UNIT_TEST(RoutingQuality_IranSouth)
+{
+ TEST(CheckCarRoute({32.45088, 51.76419} /* start */, {32.97067, 51.50399} /* finish */,
+ {{{32.67021, 51.64323}, {32.68752, 51.63387}}} /* reference track */),
+ ());
+}
UNIT_TEST(RoutingQuality_EindhovenNetherlands)
{