* cosmetic
This commit is contained in:
@ -66,6 +66,7 @@ main (int argc, char *argv[])
|
|||||||
rv = mu_cmd_execute (&config);
|
rv = mu_cmd_execute (&config);
|
||||||
|
|
||||||
mu_log_uninit();
|
mu_log_uninit();
|
||||||
|
|
||||||
mu_config_uninit (&config);
|
mu_config_uninit (&config);
|
||||||
|
|
||||||
return rv ? 0 : 1;
|
return rv ? 0 : 1;
|
||||||
|
|||||||
@ -115,7 +115,6 @@ test_mu_query_02 (void)
|
|||||||
|
|
||||||
q = "i:f7ccd24b0808061357t453f5962w8b61f9a453b684d0@mail.gmail.com";
|
q = "i:f7ccd24b0808061357t453f5962w8b61f9a453b684d0@mail.gmail.com";
|
||||||
iter = mu_query_xapian_run (query, q, NULL, FALSE, 0);
|
iter = mu_query_xapian_run (query, q, NULL, FALSE, 0);
|
||||||
g_print ("xpath: %s", xpath);
|
|
||||||
|
|
||||||
g_assert (iter);
|
g_assert (iter);
|
||||||
g_assert (!mu_msg_iter_xapian_is_null (iter));
|
g_assert (!mu_msg_iter_xapian_is_null (iter));
|
||||||
|
|||||||
Reference in New Issue
Block a user