diff --git a/search/search_quality/search_quality_tests/real_mwm_tests.cpp b/search/search_quality/search_quality_tests/real_mwm_tests.cpp index 6a5b5e507c..8f03602f01 100644 --- a/search/search_quality/search_quality_tests/real_mwm_tests.cpp +++ b/search/search_quality/search_quality_tests/real_mwm_tests.cpp @@ -1039,11 +1039,11 @@ UNIT_CLASS_TEST(MwmTestsFixture, Streets_Rank) }; /// @todo Streets should be highwer. Now POIs additional rank is greater than Streets rank. - processRequest("Santa Fe ", 20); + processRequest("Santa Fe ", 25); /// @todo Prefix search gives POIs (Starbucks) near "Avenida Santa Fe". Some WTFs for street's ranking here: /// - gives 'Full Prefix' name's rank /// - gives m_matchedFraction: 0.777778, while 'st' should be counted for streets definitely - processRequest("Santa Fe st ", 12); + processRequest("Santa Fe st ", 17); } {