* update tests for GError-changes

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-25 21:49:44 +02:00
parent e22149fa46
commit dfeb0f7736
2 changed files with 9 additions and 6 deletions

View File

@ -216,7 +216,7 @@ test_mu_query_05 (void)
query = mu_query_new (xpath, NULL);
iter = mu_query_run (query, "fünkÿ", MU_MSG_FIELD_ID_NONE,
FALSE, 1, NULL);
msg = mu_msg_iter_get_msg (iter);
msg = mu_msg_iter_get_msg (iter, NULL);
g_assert_cmpstr (mu_msg_get_subject(msg),==,
"Greetings from Lothlórien");