forked from organicmaps/organicmaps
[generator] fix tests diffs caused by new logic
This commit is contained in:
parent
ddb506f15b
commit
c1fb5f0400
1 changed files with 4 additions and 2 deletions
|
@ -487,7 +487,8 @@ UNIT_TEST(RegionsBuilderTest_GenerateCityPointRegionByNameMatchingWithCityPrefix
|
|||
},
|
||||
true /* withGeometry */);
|
||||
|
||||
TEST(HasName(regions, u8"United Kingdom, locality: Edinburgh [(12, 12), (17, 17)]"), ());
|
||||
TEST(HasName(regions,
|
||||
u8"United Kingdom, region: Scotland [(12, 12), (18, 18)], locality: Edinburgh [(12, 12), (17, 17)]"), ());
|
||||
}
|
||||
|
||||
UNIT_TEST(RegionsBuilderTest_GenerateCityPointRegionByNameMatchingWithCityPostfix)
|
||||
|
@ -506,7 +507,8 @@ UNIT_TEST(RegionsBuilderTest_GenerateCityPointRegionByNameMatchingWithCityPostfi
|
|||
},
|
||||
true /* withGeometry */);
|
||||
|
||||
TEST(HasName(regions, u8"United Kingdom, locality: Edinburgh [(12, 12), (17, 17)]"), ());
|
||||
TEST(HasName(regions,
|
||||
u8"United Kingdom, region: Scotland [(12, 12), (18, 18)], locality: Edinburgh [(12, 12), (17, 17)]"), ());
|
||||
}
|
||||
|
||||
// Russia regions tests ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue