diff options
author | Carl Worth <cworth@cworth.org> | 2008-02-20 03:15:17 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-02-20 04:04:04 -0800 |
commit | 43302f0408d92138ac12afcd855d44c430074859 (patch) | |
tree | 7259cf3a3052de57f905d917b7c468d345e03fd4 /test/trap-clip.c | |
parent | 635fed77676f2446cbedfcf52a85f96e32c3a241 (diff) |
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/trap-clip.c')
-rw-r--r-- | test/trap-clip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/trap-clip.c b/test/trap-clip.c index a33985f62..3712c9024 100644 --- a/test/trap-clip.c +++ b/test/trap-clip.c @@ -168,8 +168,7 @@ static cairo_test_draw_function_t draw; cairo_test_t test = { "trap-clip", - "Trapezoid clipping\n" - "PDF backend will not be tested due to limitations in poppler.", + "Trapezoid clipping\n", IMAGE_WIDTH, IMAGE_HEIGHT, draw }; |