* updates for summary field removal

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-14 18:07:07 +03:00
parent 81f43467eb
commit 0cd1e78239
4 changed files with 14 additions and 10 deletions

View File

@ -400,7 +400,7 @@ test_mu_view_01 (void)
* Added 350 as 'okay', which comes with gmime 2.4.24 (ubuntu 10.04)
*/
len = strlen(output);
/* g_print ("\n[%s] (%d)\n", output, len); */
g_print ("\n[%s] (%d)\n", output, len);
g_assert (len == 370 || len == 358 || len == 350 || len == 349);
g_free (output);