summaryrefslogtreecommitdiff
path: root/test/linear-gradient.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/linear-gradient.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/linear-gradient.c')
-rw-r--r--test/linear-gradient.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/linear-gradient.c b/test/linear-gradient.c
index 71a57f671..3dad477c7 100644
--- a/test/linear-gradient.c
+++ b/test/linear-gradient.c
@@ -58,8 +58,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"linear-gradient",
- "Tests the drawing of linear gradients\n"
- "PDF backend will not be tested due to limitations in poppler.",
+ "Tests the drawing of linear gradients\n",
WIDTH, HEIGHT,
draw
};