From 35f1e2fa4f15c562e5cc41578b413c6874e131bc Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 27 Sep 2008 17:37:32 +0100 Subject: [test/operator*] Remove XFAIL descriptions. The tests should now pass, so remove the line claiming that they fail for unknown reasons. --- test/operator-alpha.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/operator-alpha.c') diff --git a/test/operator-alpha.c b/test/operator-alpha.c index 128453cf..28dc7cba 100644 --- a/test/operator-alpha.c +++ b/test/operator-alpha.c @@ -33,8 +33,7 @@ static cairo_test_draw_function_t draw; static const cairo_test_t test = { "operator-alpha", - "Tests using set_operator() with an non-opaque source" - "\nCurrently failing on the PDF backend for an unknown reason.", + "Tests using set_operator() with an non-opaque source", (SIZE+PAD) * N_OPERATORS + PAD, SIZE + 2*PAD, draw }; -- cgit v1.2.3