[test] Add "target=raster" to test

The test isn't useful on vector backends and fails there due to
antialiasing issues.
This commit is contained in:
Benjamin Otte 2009-11-04 13:56:15 +01:00
parent 52afe9c77f
commit aa1f245ea3

View file

@ -76,6 +76,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (xcomposite_projection,
"Test a bug with XRenderComposite reference computation when projecting the first trapezoid onto 16.16 space",
"xlib", /* keywords */
NULL, /* requirements */
"target=raster", /* requirements */
300, 150,
NULL, draw)