From 25d87675d3db0e3972e80bb1867bc498cf8b4c6d Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 30 Oct 2012 17:50:48 +0000 Subject: [PATCH] Failing test case for bug 36405 --- tests/test-ctcp-kill-blingbling.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test-ctcp-kill-blingbling.c b/tests/test-ctcp-kill-blingbling.c index 559282b..179d095 100644 --- a/tests/test-ctcp-kill-blingbling.c +++ b/tests/test-ctcp-kill-blingbling.c @@ -11,6 +11,8 @@ main (void) const gchar *test_strings[] = { "foobar", "foobar", "foo \x03\x31\x33<3", "foo <3", + /* https://bugs.freedesktop.org/show_bug.cgi?id=36405 */ + "^C11,01317.00", "317.00", NULL, NULL }; @@ -18,7 +20,7 @@ main (void) gchar *killed = idle_ctcp_kill_blingbling(test_strings[i]); if (strcmp(killed, test_strings[i + 1])) { - fprintf(stderr, "\"%s\" -> \"%s\", should be \"%s\"", test_strings[i], killed, test_strings[i + 1]); + fprintf(stderr, "\"%s\" -> \"%s\", should be \"%s\"\n", test_strings[i], killed, test_strings[i + 1]); fail = TRUE; } -- 1.7.10.4