[routing] Comment test and add another.

This commit is contained in:
VladiMihaylenko 2019-05-17 10:58:48 +03:00
parent 2b6ad99e2b
commit 6b32a27b96

View file

@ -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