summaryrefslogtreecommitdiff
path: root/test/radial-gradient.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-03-13 13:07:42 -0700
committerCarl Worth <cworth@cworth.org>2007-03-14 15:06:36 -0700
commit40b6d8842e1bcb5fbb3a7dffd0c05b7d3bf6cc6b (patch)
tree790853488ddfb526df9535db6d0942c5a0f53552 /test/radial-gradient.c
parente803e2e69ba02a1db316c97eb9a8d386709380e2 (diff)
downloadcairo-40b6d8842e1bcb5fbb3a7dffd0c05b7d3bf6cc6b.tar.gz
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.
Diffstat (limited to 'test/radial-gradient.c')
-rw-r--r--test/radial-gradient.c3
1 files changed, 1 insertions, 2 deletions
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
};