* add test mail

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-29 13:57:27 +03:00
parent 61f462c4ad
commit 0dcc122c0f
4 changed files with 461 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), ==, 5);
g_assert_cmpuint (mu_store_count (store), ==, 6);
mu_store_destroy (store);
g_free (muhome);