From 7a8a519f41b389eb39661b68768dcd3a19bf5816 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 17 May 2011 23:25:10 +0300 Subject: [PATCH] * test-mu-cmd.c: remove debug garbage from test_mu_view_01 --- src/tests/test-mu-cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/test-mu-cmd.c b/src/tests/test-mu-cmd.c index fcf08d9d..c6fef046 100644 --- a/src/tests/test-mu-cmd.c +++ b/src/tests/test-mu-cmd.c @@ -1,5 +1,5 @@ /* -** Copyright (C) 2008-2010 Dirk-Jan C. Binnema +** Copyright (C) 2008-2011 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the @@ -400,7 +400,7 @@ test_mu_view_01 (void) * Added 350 as 'okay', which comes with gmime 2.4.24 (ubuntu 10.04) */ len = strlen(output); - g_print ("\n[%s] (%d)\n", output, len); + /* g_print ("\n[%s] (%d)\n", output, len); */ g_assert (len == 370 || len == 358 || len == 350 || len == 349); g_free (output);