* tests/: add tests for issues mentioned in issue #38
(http://code.google.com/p/mu0/issues/detail?id=38). Cannot reproduce the issue though, except when searching for the 'From:' -- this seems to be due to limitation with GMime, if I do: mu view testdir/cur/1305664394.2171_402.cthulhu\!2, get: ------------------------------- From: Mü <testmu@testmu.xx> To: Helmut =?iso-8859-1?q?Kr=F6ger?= <hk@testmu.xxx> Subject: Motörhead Test for issue #38, where apparently searching for accented words in subject, to etc. fails. What about here? Queensrÿche. Mötley Crüe. ------------------------------- They decoding issues are of course very mail-client specific.
This commit is contained in:
@ -189,7 +189,7 @@ test_mu_maildir_walk_01 (void)
|
||||
&data);
|
||||
|
||||
g_assert_cmpuint (MU_OK, ==, rv);
|
||||
g_assert_cmpuint (data._file_count, ==, 11);
|
||||
g_assert_cmpuint (data._file_count, ==, 12);
|
||||
g_assert_cmpuint (data._dir_entered,==, 5);
|
||||
g_assert_cmpuint (data._dir_left,==, 5);
|
||||
|
||||
@ -220,7 +220,7 @@ test_mu_maildir_walk_02 (void)
|
||||
&data);
|
||||
|
||||
g_assert_cmpuint (MU_OK, ==, rv);
|
||||
g_assert_cmpuint (data._file_count, ==, 7);
|
||||
g_assert_cmpuint (data._file_count, ==, 8);
|
||||
g_assert_cmpuint (data._dir_entered,==, 4);
|
||||
g_assert_cmpuint (data._dir_left,==, 4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user