* mu: unbreak unit test after flag changes (fixes #247)

This commit is contained in:
djcb
2013-07-07 10:46:35 +03:00
parent e7e38e9053
commit b17f26537b
3 changed files with 2 additions and 9 deletions

View File

@ -175,9 +175,7 @@ test_mu_msg_02 (void)
(MuMsgContactForeachFunc)check_contact_02,
&i);
g_assert_cmpint (i,==,2);
g_assert_cmpuint (mu_msg_get_flags(msg),
==, MU_FLAG_SEEN);
g_assert_cmpuint (mu_msg_get_flags(msg), ==, MU_FLAG_SEEN|MU_FLAG_LIST);
mu_msg_unref (msg);
}