* tests: small cleanups

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-12 23:38:34 +03:00
parent ad4005bdf9
commit 88ed5a9a6f
3 changed files with 17 additions and 15 deletions

View File

@ -156,7 +156,6 @@ static void
test_mu_msg_03 (void)
{
MuMsg *msg;
int i;
msg = mu_msg_new (MU_TESTMAILDIR
"cur/1283599333.1840_11.cthulhu!2,", NULL);
@ -179,12 +178,12 @@ test_mu_msg_03 (void)
}
static gboolean
ignore_error (const char* log_domain, GLogLevelFlags log_level, const gchar* msg,
gpointer user_data)
{
return FALSE; /* don't abort */
}
/* static gboolean */
/* ignore_error (const char* log_domain, GLogLevelFlags log_level, const gchar* msg, */
/* gpointer user_data) */
/* { */
/* return FALSE; /\* don't abort *\/ */
/* } */
static void
shutup (void) {}