forked from organicmaps/organicmaps
[search][tests] Updated "San Francisco" test.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
a4c8d97089
commit
c0dd56201e
1 changed files with 4 additions and 4 deletions
|
@ -1187,11 +1187,11 @@ UNIT_CLASS_TEST(MwmTestsFixture, San_Francisco)
|
|||
auto const & results = request->Results();
|
||||
TEST_GREATER(results.size(), kTopPoiResultsCount, ());
|
||||
|
||||
TEST_EQUAL(results[0].GetFeatureType(), cl.GetTypeByPath({"shop", "laundry"}), ());
|
||||
TEST_LESS(GetDistanceM(results[0], center), 1.0E4, ());
|
||||
TEST_EQUAL(results[0].GetFeatureType(), cl.GetTypeByPath({"place", "city"}), ());
|
||||
TEST_LESS(GetDistanceM(results[0], center), 4.2E6, ());
|
||||
|
||||
TEST_EQUAL(results[1].GetFeatureType(), cl.GetTypeByPath({"place", "city"}), ());
|
||||
TEST_LESS(GetDistanceM(results[1], center), 4.2E6, ());
|
||||
TEST_EQUAL(results[1].GetFeatureType(), cl.GetTypeByPath({"shop", "laundry"}), ());
|
||||
TEST_LESS(GetDistanceM(results[1], center), 1.0E4, ());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue