mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 09:58:12 +02:00
[test] Rename mask-ctm-* to avoid conflict with mask-ctm.
Using mask-ctm-image as a test name was causing a naming conflict with mask-ctm, so rename the new tests.
This commit is contained in:
parent
444d44acde
commit
8f15730368
6 changed files with 8 additions and 8 deletions
4
test/.gitignore
vendored
4
test/.gitignore
vendored
|
|
@ -120,9 +120,9 @@ long-lines
|
|||
mask
|
||||
mask-alpha
|
||||
mask-ctm
|
||||
mask-ctm-image
|
||||
mask-ctm-similar
|
||||
mask-surface-ctm
|
||||
mask-transformed-image
|
||||
mask-transformed-similar
|
||||
meta-surface-pattern
|
||||
miter-precision
|
||||
move-to-show-surface
|
||||
|
|
|
|||
|
|
@ -96,9 +96,9 @@ long-lines$(EXEEXT) \
|
|||
mask$(EXEEXT) \
|
||||
mask-alpha$(EXEEXT) \
|
||||
mask-ctm$(EXEEXT) \
|
||||
mask-ctm-image$(EXEEXT) \
|
||||
mask-ctm-similar$(EXEEXT) \
|
||||
mask-surface-ctm$(EXEEXT) \
|
||||
mask-transformed-image$(EXEEXT) \
|
||||
mask-transformed-similar$(EXEEXT) \
|
||||
meta-surface-pattern$(EXEEXT) \
|
||||
miter-precision$(EXEEXT) \
|
||||
move-to-show-surface$(EXEEXT) \
|
||||
|
|
@ -512,8 +512,6 @@ REFERENCE_IMAGES = \
|
|||
mask-ctm-ref.png \
|
||||
mask-ctm-rgb24-ref.png \
|
||||
mask-ctm-svg-argb32-ref.png \
|
||||
mask-ctm-image-ref.png \
|
||||
mask-ctm-similar-ref.png \
|
||||
mask-ref.png \
|
||||
mask-rgb24-ref.png \
|
||||
mask-pdf-argb32-ref.png \
|
||||
|
|
@ -525,6 +523,8 @@ REFERENCE_IMAGES = \
|
|||
mask-surface-ctm-svg-argb32-ref.png \
|
||||
mask-svg-rgb24-ref.png \
|
||||
mask-svg-argb32-ref.png \
|
||||
mask-transformed-image-ref.png \
|
||||
mask-transformed-similar-ref.png \
|
||||
meta-surface-pattern-ref.png \
|
||||
meta-surface-pattern-rgb24-ref.png \
|
||||
meta-surface-pattern-pdf-ref.png \
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
|
@ -30,7 +30,7 @@ static cairo_test_draw_function_t draw;
|
|||
static const char png_filename[] = "romedalen.png";
|
||||
|
||||
static const cairo_test_t test = {
|
||||
"mask-ctm-image",
|
||||
"mask-transformed-image",
|
||||
"Test that cairo_mask() is affected properly by the CTM and not the image",
|
||||
80, 80,
|
||||
draw
|
||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
|
@ -30,7 +30,7 @@ static cairo_test_draw_function_t draw;
|
|||
static const char png_filename[] = "romedalen.png";
|
||||
|
||||
static const cairo_test_t test = {
|
||||
"mask-ctm-similar",
|
||||
"mask-transformed-similar",
|
||||
"Test that cairo_mask() is affected properly by the CTM and not the image",
|
||||
80, 80,
|
||||
draw
|
||||
Loading…
Add table
Reference in a new issue