Rename user-font-image test to user-font-mask.

Otherwise the reference image (user-font-image-ref.png) gets
interpreted as an image-specific reference image for the
user-font test case resulting in a bogus failure.
This commit is contained in:
Carl Worth 2008-10-28 15:35:35 -07:00
parent 42d2d1b6d3
commit 655546243f
3 changed files with 4 additions and 4 deletions

View file

@ -184,7 +184,7 @@ unantialiased-shapes$(EXEEXT) \
unbounded-operator$(EXEEXT) \
user-data$(EXEEXT) \
user-font$(EXEEXT) \
user-font-image$(EXEEXT) \
user-font-mask$(EXEEXT) \
user-font-proxy$(EXEEXT) \
user-font-rescale$(EXEEXT) \
zero-alpha$(EXEEXT)
@ -937,7 +937,7 @@ REFERENCE_IMAGES = \
user-font-ps3-ref.png \
user-font-svg12-ref.png \
user-font-svg11-ref.png \
user-font-image-ref.png \
user-font-mask-ref.png \
user-font-proxy-ref.png \
user-font-proxy-pdf-ref.png \
user-font-proxy-ps2-ref.png \

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -42,8 +42,8 @@
static cairo_test_draw_function_t draw;
static const cairo_test_t test = {
"user-font-image",
"Tests a user-font using bitmap images",
"user-font-mask",
"Tests a user-font using cairo_mask with bitmap images",
#ifndef ROTATED
WIDTH, HEIGHT,
#else