* add new test for non-ascii search

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-04 14:37:19 +03:00
parent c55831f7c7
commit 572da91216
2 changed files with 3 additions and 2 deletions

View File

@ -89,7 +89,8 @@ test_mu_query_01 (void)
{ "subject:elisp", 1 },
{ "html", 4 },
{ "html AND contains", 1 },
{ "from:pepernoot", 0 }
{ "from:pepernoot", 0 },
{ "fünkÿ", 1 }
};
xpath = fill_database ();
g_assert (xpath != NULL);