* lib: fix broken unit test

This commit is contained in:
djcb
2014-01-15 21:27:18 +02:00
parent a655640e7b
commit 599d641034
2 changed files with 16 additions and 6 deletions

View File

@ -45,8 +45,8 @@ test_mu_store_new_destroy (void)
err = NULL;
store = mu_store_new_writable (tmpdir, NULL, FALSE, &err);
g_assert_no_error (err);
g_assert (store);
g_assert (err == NULL);
g_assert_cmpuint (0,==,mu_store_count (store, NULL));