* test-mu-query.c: add specific tests for searching accented chars, as per #38

this seems to work even for "Kröger", even though 'mu view' does not show
  the correct value. It could be some inconsistency in GMime, need to check.
This commit is contained in:
Dirk-Jan C. Binnema 2011-05-18 00:15:52 +03:00
parent 16180ced2a
commit 7e721953fd
1 changed files with 2 additions and 1 deletions

View File

@ -253,6 +253,8 @@ test_mu_query_06 (void)
QResults queries[] = {
{ "f:mü", 1},
{ "s:motörhead", 1},
{ "t:Helmut", 1},
{ "t:Kröger", 1},
{ "s:MotorHeäD", 1},
{ "queensryche", 1},
{ "Queensrÿche", 1},
@ -269,7 +271,6 @@ test_mu_query_06 (void)
}
int
main (int argc, char *argv[])
{