tests: update for lib/mu-store changes

This commit is contained in:
Dirk-Jan C. Binnema
2019-07-28 14:28:25 +03:00
parent 26dca831c6
commit be4860befe
6 changed files with 15 additions and 15 deletions

View File

@ -124,7 +124,7 @@ run_and_get_iter_full (const char *xpath, const char *query,
MuStore *store;
MuMsgIter *iter;
store = mu_store_new_read_only (xpath, NULL);
store = mu_store_new_readable (xpath, NULL);
g_assert (store);
mquery = mu_query_new (store, NULL);