* 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 3d79ba8c13
commit ca9dc6ee6b
1 changed files with 2 additions and 1 deletions

View File

@ -248,6 +248,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},
@ -264,7 +266,6 @@ test_mu_query_06 (void)
}
int
main (int argc, char *argv[])
{