forked from organicmaps/organicmaps
[search] Updated quality tests.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
59ae3e0e35
commit
f059bf157e
1 changed files with 7 additions and 1 deletions
|
@ -311,7 +311,13 @@ UNIT_CLASS_TEST(MwmTestsFixture, Hamburg_Park)
|
|||
TEST_GREATER(results.size(), kTopPoiResultsCount, ());
|
||||
|
||||
Range const range(results, 0, 4);
|
||||
EqualClassifType(range, GetClassifTypes({{"tourism"}, {"shop", "gift"}, {"amenity", "fast_food"}}));
|
||||
EqualClassifType(range, GetClassifTypes({
|
||||
{"tourism", "theme_park"},
|
||||
{"amenity", "fast_food"},
|
||||
{"shop", "gift"},
|
||||
{"highway", "service"}
|
||||
}));
|
||||
|
||||
NameStartsWith(range, {"Heide Park", "Heide-Park"});
|
||||
double const dist = SortedByDistance(range, center);
|
||||
TEST_LESS(dist, 100000, ());
|
||||
|
|
Loading…
Add table
Reference in a new issue