forked from organicmaps/organicmaps
[tests] Fix subway test (why add wheelchair)
This commit is contained in:
parent
127eaeb776
commit
b35577f51b
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ UNIT_TEST(OsmType_Subway)
|
|||
FeatureParams params;
|
||||
ftype::GetNameAndType(&e, params);
|
||||
|
||||
TEST_EQUAL(params.m_Types.size(), 1, (params));
|
||||
TEST_EQUAL(params.m_Types.size(), 2, (params));
|
||||
TEST(params.IsTypeExist(GetType({"railway", "station", "subway", "newyork"})), (params));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue