forked from organicmaps/organicmaps-tmp
[search][tests] Updated quality tests.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
084756f481
commit
7df282f5ee
1 changed files with 2 additions and 2 deletions
|
@ -1263,8 +1263,8 @@ UNIT_CLASS_TEST(MwmTestsFixture, PostOffice_Viewport)
|
|||
TEST_GREATER(results.size(), kPopularPoiResultsCount, ());
|
||||
Range allRange(results, true /* all */);
|
||||
|
||||
/// @todo office are near the "Poststrasse". Remove after fixing _near the street_ penalty.
|
||||
EqualClassifType(allRange, GetClassifTypes({{"amenity", "post_office"}, {"office"}}));
|
||||
/// @todo townhall and office are near the "Poststrasse". Remove after fixing _near the street_ penalty.
|
||||
EqualClassifType(allRange, GetClassifTypes({{"amenity", "post_office"}, {"amenity", "townhall"}, {"office"}}));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue