summaryrefslogtreecommitdiff
path: root/test/gradient-alpha.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-02-20 03:15:17 -0800
committerCarl Worth <cworth@cworth.org>2008-02-20 04:04:04 -0800
commit43302f0408d92138ac12afcd855d44c430074859 (patch)
tree7259cf3a3052de57f905d917b7c468d345e03fd4 /test/gradient-alpha.c
parent635fed77676f2446cbedfcf52a85f96e32c3a241 (diff)
downloadcairo-43302f0408d92138ac12afcd855d44c430074859.tar.gz
Re-enable pdf tests with gradients and add poppler-based reference images
This freezes the current (buggy) poppler result in the test suite so that we will notice any future regressions.
Diffstat (limited to 'test/gradient-alpha.c')
-rw-r--r--test/gradient-alpha.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/gradient-alpha.c b/test/gradient-alpha.c
index 6646aec41..6b762476d 100644
--- a/test/gradient-alpha.c
+++ b/test/gradient-alpha.c
@@ -29,8 +29,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"gradient-alpha",
- "Tests drawing of a gradient with various alpha values in the color stops\n"
- "PDF backend will not be tested due to limitations in poppler.",
+ "Tests drawing of a gradient with various alpha values in the color stops\n",
10, 10,
draw
};