forked from organicmaps/organicmaps
Fix test: route = ferry is road type since MAPSME-4974
This commit is contained in:
parent
c24cfb1cf2
commit
cf1290397f
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ UNIT_TEST(OsmType_Ferry)
|
|||
|
||||
type = GetType({"route", "ferry"});
|
||||
TEST(!params.IsTypeExist(type), ());
|
||||
TEST(!carModel.IsRoadType(type), ());
|
||||
TEST(carModel.IsRoadType(type), ());
|
||||
|
||||
type = GetType({"hwtag", "yescar"});
|
||||
TEST(params.IsTypeExist(type), ());
|
||||
|
|
Loading…
Add table
Reference in a new issue