From 40b6d8842e1bcb5fbb3a7dffd0c05b7d3bf6cc6b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 13 Mar 2007 13:07:42 -0700 Subject: [PATCH] Remove radial-gradient test from XFAIL list This test has not been failing since the fix in: 772edc9133d41dfd667ae5915dfa6ace0bcbfd0d So get rid of the '1 unexpected passes' complaint. --- test/Makefile.am | 1 - test/radial-gradient.c | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index ea4787c9e..05f3620ec 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -409,7 +409,6 @@ extend-pad \ filter-nearest-offset \ ft-text-vertical-layout-type1 \ long-lines \ -radial-gradient \ self-intersecting \ surface-pattern \ surface-pattern-scale-down \ diff --git a/test/radial-gradient.c b/test/radial-gradient.c index d78c430b7..1207943ae 100644 --- a/test/radial-gradient.c +++ b/test/radial-gradient.c @@ -36,8 +36,7 @@ static cairo_test_draw_function_t draw; cairo_test_t test = { "radial-gradient", - "Simple test of radial gradients" - "\nCurrently failing EXTEND_REFLECT with non-zero inner radius for SVG backend", + "Simple test of radial gradients", WIDTH, HEIGHT, draw };