forked from organicmaps/organicmaps
[search] Fix query_test.cpp to take into account case folding.
This commit is contained in:
parent
b41b7d5242
commit
42a0ee0812
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ UNIT_TEST(QueryParseKeywords_Empty)
|
|||
TEST_EQUAL(vector<UniString>(), Query("", m2::RectD(), NULL).m_keywords, ());
|
||||
TEST_EQUAL(MakeUniString(""), Query("", m2::RectD(), NULL).m_prefix, ());
|
||||
TEST_EQUAL(vector<UniString>(), Query("Z", m2::RectD(), NULL).m_keywords, ());
|
||||
TEST_EQUAL(MakeUniString("Z"), Query("Z", m2::RectD(), NULL).m_prefix, ());
|
||||
TEST_EQUAL(MakeUniString("z"), Query("Z", m2::RectD(), NULL).m_prefix, ());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue