* cleanup, improve, refactor message summary

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-11 11:19:58 +03:00
parent aa1c7e9831
commit c09cb1303b
4 changed files with 64 additions and 45 deletions

View File

@ -164,7 +164,7 @@ test_mu_query_04 (void)
g_assert_cmpstr (mu_msg_get_subject(msg),==,
"Greetings from Lothlórien");
g_assert_cmpstr (mu_msg_get_summary(msg,5),==,
" Let's write some fünkÿ text using umlauts. Foo. ");
"Let's write some fünkÿ text using umlauts. Foo.");
mu_msg_destroy (msg);
mu_msg_iter_destroy (iter);
@ -189,3 +189,4 @@ main (int argc, char *argv[])
return g_test_run ();
}