From 4b22cb41a9c1fbfc310ae7fd024ceffdb4bf3947 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 13 Jul 2006 15:23:06 -0700 Subject: [PATCH] Use 'FAIL' instead of 'UNEXPECTED FAILURE' in test output. There's no ambiguity anymore due to duplicated printing, so go back to the classic, and easier to read wording. --- test/cairo-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cairo-test.c b/test/cairo-test.c index 70ef85240..7fea53acf 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -1906,7 +1906,7 @@ cairo_test_expecting (cairo_test_t *test, /* eat the test name */ printf ("\r"); } - fprintf (stderr, "%s-%s-%s [%d]:\t%sUNEXPECTED FAILURE%s\n", + fprintf (stderr, "%s-%s-%s [%d]:\t%sFAIL%s\n", test->name, target->name, _cairo_test_content_name (target->content), dev_offset, fail_face, normal_face);