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.
This commit is contained in:
Carl Worth 2006-07-13 15:23:06 -07:00
parent b2d04d7f1a
commit 4b22cb41a9

View file

@ -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);