* update test-cases

This commit is contained in:
Dirk-Jan C. Binnema
2011-06-18 18:49:46 +03:00
parent e0c522c6a0
commit dfcbd854f0
3 changed files with 42 additions and 11 deletions

View File

@ -115,7 +115,7 @@ test_mu_index (void)
store = mu_store_new (xpath, NULL, NULL);
g_assert (store);
g_assert_cmpuint (mu_store_count (store), ==, 7);
g_assert_cmpuint (mu_store_count (store), ==, 8);
mu_store_destroy (store);
g_free (muhome);