* test-mu-query.c: updated

This commit is contained in:
Dirk-Jan C. Binnema 2010-02-09 22:11:15 +02:00
parent 5414c396af
commit 6f64f013be
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@ test_mu_query_02 (void)
query = mu_query_xapian_new (xpath);
g_assert (query);
q = "m:f7ccd24b0808061357t453f5962w8b61f9a453b684d0@mail.gmail.com";
q = "i:f7ccd24b0808061357t453f5962w8b61f9a453b684d0@mail.gmail.com";
iter = mu_query_xapian_run (query, q, NULL, FALSE, 0);
g_print ("xpath: %s", xpath);