* updated test cases; in particular, use g_test_verbose

This commit is contained in:
Dirk-Jan C. Binnema
2011-09-03 10:51:00 +03:00
parent 273ed47eb6
commit 1a2614ec98
3 changed files with 36 additions and 35 deletions

View File

@ -115,7 +115,7 @@ test_mu_index (void)
store = mu_store_new_read_only (xpath, NULL);
g_assert (store);
g_assert_cmpuint (mu_store_count (store), ==, 9);
g_assert_cmpuint (mu_store_count (store, NULL), ==, 9);
mu_store_unref (store);
g_free (muhome);