* update / add unit tests

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-10 20:37:06 +03:00
parent 57fc2441a8
commit 80a08462d8
4 changed files with 43 additions and 36 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. ");
" Let's write some fünkÿ text using umlauts. Foo. ");
mu_msg_destroy (msg);
mu_msg_iter_destroy (iter);