* unit tests: updated for other changes

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-21 15:41:25 +02:00
parent f114d2f511
commit 085d0732c1
5 changed files with 12 additions and 8 deletions

View File

@ -95,7 +95,7 @@ test_mu_msg_field_flags (void)
field = MU_MSG_FIELD_ID_FLAGS;
g_assert_cmpstr (mu_msg_field_name(field),==, "flags");
g_assert_cmpstr (mu_msg_field_name(field),==, "flag");
g_assert_cmpuint (mu_msg_field_shortcut(field),==, 'g');
g_assert_cmpuint (mu_msg_field_xapian_prefix(field),==, 'G');