[search] Updated quality tests.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako 2023-08-16 20:05:56 -03:00
parent 59ae3e0e35
commit f059bf157e

View file

@ -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, ());