summaryrefslogtreecommitdiff
path: root/test/create-from-png.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/create-from-png.c')
-rw-r--r--test/create-from-png.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/create-from-png.c b/test/create-from-png.c
index ef3b6f62..f4fd1b93 100644
--- a/test/create-from-png.c
+++ b/test/create-from-png.c
@@ -31,7 +31,7 @@
#define HEIGHT 2
cairo_test_t test = {
- "create-for-png",
+ "create-from-png",
"Tests the creation of an image surface from a PNG file",
WIDTH, HEIGHT
};
@@ -44,7 +44,7 @@ draw (cairo_t *cr, int width, int height)
cairo_surface_t *surface;
xasprintf (&filename, "%s/%s", srcdir ? srcdir : ".",
- "create-for-png-ref.png");
+ "create-from-png-ref.png");
surface = cairo_image_surface_create_from_png (filename);
free (filename);