forked from organicmaps/organicmaps
Routing quality test fix after maps 181030
This commit is contained in:
parent
96d176cbbf
commit
802e4c311a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ UNIT_TEST(RoutingQuality_IranSouth)
|
|||
UNIT_TEST(RoutingQuality_EindhovenNetherlands)
|
||||
{
|
||||
TEST(CheckCarRoute({50.91974, 5.33535} /* start */, {51.92532, 5.49066} /* finish */,
|
||||
{{{51.40579, 5.45578}, {51.44273, 5.42748}, {51.50230, 5.47485}}} /* reference track */),
|
||||
{{{51.40579, 5.45578}, {51.44316, 5.42723}, {51.50230, 5.47485}}} /* reference track */),
|
||||
());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue