From 6b32a27b96b8eddb6cbcfa466e7b4fedead55ad6 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Fri, 17 May 2019 10:58:48 +0300 Subject: [PATCH] [routing] Comment test and add another. --- .../passby_roads_tests.cpp | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/routing/routing_quality/routing_quality_tests/passby_roads_tests.cpp b/routing/routing_quality/routing_quality_tests/passby_roads_tests.cpp index bdfd6eafbb..94e27606c1 100644 --- a/routing/routing_quality/routing_quality_tests/passby_roads_tests.cpp +++ b/routing/routing_quality/routing_quality_tests/passby_roads_tests.cpp @@ -110,12 +110,14 @@ UNIT_TEST(RoutingQuality_SlovenijaLjubljana) ()); } -UNIT_TEST(RoutingQuality_FrancePoitiers) -{ - TEST(CheckCarRoute({46.63612, 0.35762} /* start */, {46.49, 0.36787} /* finish */, - {{{46.58706, 0.39232}}} /* reference point */), - ()); -} + +// TODO: Uncomment this test when correct city boundaries or crossroads will be ready. +//UNIT_TEST(RoutingQuality_FrancePoitiers) +//{ +// TEST(CheckCarRoute({46.63612, 0.35762} /* start */, {46.49, 0.36787} /* finish */, +// {{{46.58706, 0.39232}}} /* reference point */), +// ()); +//} UNIT_TEST(RoutingQuality_FranceLoudun) { @@ -137,4 +139,12 @@ UNIT_TEST(RoutingQuality_BelgiumBrussel) {{{50.91727, 4.36858}}} /* reference point */), ()); } + +UNIT_TEST(RoutingQuality_SouthernDenmarkPastUnclassified) +{ + TEST(CheckCarRoute({55.44681, 10.29} /* start */, {55.45877, 10.26456} /* finish */, + {{{55.45505, 10.26972}}} /* reference point */), + ()); + +} } // namespace