* updates for new APIs (mu-date.h)

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-21 00:39:00 +03:00
parent 3c3f008c33
commit e390743195
7 changed files with 115 additions and 78 deletions

View File

@ -481,7 +481,7 @@ test_mu_view_multi (void)
len = strlen(output);
/* g_print ("\n[%s](%u)\n", output, len); */
g_assert_cmpuint (len,==,164);
g_assert_cmpuint (len,==,162);
g_free (output);
g_free (cmdline);
@ -517,7 +517,7 @@ test_mu_view_multi_separate (void)
len = strlen(output);
/* g_print ("\n[%s](%u)\n", output, len); */
g_assert_cmpuint (len,==,166);
g_assert_cmpuint (len,==,164);
g_free (output);
g_free (cmdline);