diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-10-19 10:42:51 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-10-19 17:21:57 +0100 |
commit | 710303ef15b9a1bf73b2b07b7aa51ec816d0aa07 (patch) | |
tree | 4683be5a68d8c4d4278ac331c42970976be823ba /test/Makefile.am | |
parent | ea39f0302a936711043aa6834ba0ab487736572b (diff) |
[test] Update rotate-image-surface-paint
Update this test case so the background is not the default border colour
so that we spot when the backend pads out the transformed image surface.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 54c82bd9..b153cdfe 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -816,11 +816,10 @@ REFERENCE_IMAGES = \ rel-path.rgb24.ref.png \ rgb24-ignore-alpha.ref.png \ rotate-image-surface-paint.pdf.xfail.png \ - rotate-image-surface-paint.ps2.ref.png \ - rotate-image-surface-paint.ps3.ref.png \ + rotate-image-surface-paint.ps.ref.png \ rotate-image-surface-paint.quartz.ref.png \ rotate-image-surface-paint.ref.png \ - rotate-image-surface-paint.svg.ref.png \ + rotate-image-surface-paint.svg.xfail.png \ rotated-clip.ref.png \ rotated-clip.ps.ref.png \ rotated-clip.xlib.ref.png \ |