summaryrefslogtreecommitdiff
path: root/test/fallback-resolution.c
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-07-03 22:37:41 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-07-04 09:27:56 +0100
commit33895904d52f47d0d89156ca1e1ff7cc8f5887d2 (patch)
tree21fbda58a9236ae86c3929ecacaea38cdb530f49 /test/fallback-resolution.c
parent5577223489dc3f6e282c498d70f66f8ee9327474 (diff)
downloadcairo-33895904d52f47d0d89156ca1e1ff7cc8f5887d2.tar.gz
test: Add special cases for create-from-png and fallback-resolution
These tests use reference images somewhat differently from other tests, so treat them as special cases and avoid recommending deleting any of their files. Add TODO's to each test to rework them to be more consistent with other tests. Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'test/fallback-resolution.c')
-rw-r--r--test/fallback-resolution.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c
index bf83e312b..138b3a4ba 100644
--- a/test/fallback-resolution.c
+++ b/test/fallback-resolution.c
@@ -338,6 +338,7 @@ _cairo_test_mkdir (const char *path)
return errno == EEXIST;
}
+/* TODO: Split each ppi case out to its own CAIRO_TEST() test case */
static cairo_test_status_t
preamble (cairo_test_context_t *ctx)
{