summaryrefslogtreecommitdiff
path: root/boilerplate
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-15 12:57:18 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-15 13:10:25 +0100
commit1e67fb4490c19085def6f7d77314cc66449288b5 (patch)
treea114ed4f09f827744716ca15335792e6e963b6fa /boilerplate
parentf1ea9dd8368b77907d8cf2edf486e8c983e65731 (diff)
downloadcairo-1e67fb4490c19085def6f7d77314cc66449288b5.tar.gz
test: Complete set of baseline reference images
test-base basically implements rendering ala cairo-1.0 and so serves as a useful baseline for comparing enhancements and to regression test the core libraries.
Diffstat (limited to 'boilerplate')
-rw-r--r--boilerplate/cairo-boilerplate-test-surfaces.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/boilerplate/cairo-boilerplate-test-surfaces.c b/boilerplate/cairo-boilerplate-test-surfaces.c
index f7a89a728..40ed73d3b 100644
--- a/boilerplate/cairo-boilerplate-test-surfaces.c
+++ b/boilerplate/cairo-boilerplate-test-surfaces.c
@@ -270,7 +270,7 @@ _cairo_boilerplate_test_paginated_cleanup (void *closure)
static const cairo_boilerplate_target_t targets[] = {
{
- "test-base", "image", NULL, NULL,
+ "test-base", "base", NULL, NULL,
CAIRO_SURFACE_TYPE_IMAGE,
CAIRO_CONTENT_COLOR_ALPHA, 0,
"_cairo_test_base_compositor_surface_create",
@@ -282,7 +282,7 @@ static const cairo_boilerplate_target_t targets[] = {
NULL, NULL, NULL, TRUE, FALSE, FALSE
},
{
- "test-base", "image", NULL, NULL,
+ "test-base", "base", NULL, NULL,
CAIRO_SURFACE_TYPE_IMAGE,
CAIRO_CONTENT_COLOR, 0,
"_cairo_test_base_compositor_surface_create",