* let mu_str_subject_normalize work with static strings as well

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-02 12:48:46 +03:00
parent a2bc4540e0
commit 58fdfa9bc1
3 changed files with 38 additions and 8 deletions

View File

@ -324,7 +324,6 @@ test_mu_msg_tags (void)
g_assert_cmpstr ((char*)tags->data,==,"paradise");
g_assert_cmpstr ((char*)tags->next->data,==,"lost");
g_assert (tags->next->next == NULL);
mu_msg_unref (msg);
}