* unit-tests: small updates to tests

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-26 15:23:17 +03:00
parent f4b0ad7a5d
commit 82176c8991
7 changed files with 21 additions and 32 deletions

View File

@ -118,10 +118,6 @@ test_mu_maildir_mkmdir_03 (void)
}
static void
shutup (void) {}
static gchar*
copy_test_data (void)
{
@ -252,7 +248,7 @@ main (int argc, char *argv[])
g_log_set_handler (NULL,
G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL| G_LOG_FLAG_RECURSION,
(GLogFunc)shutup, NULL);
(GLogFunc)black_hole, NULL);
return g_test_run ();
}