[cairo] [PATCH v3 3/3] svg, test: Refer to output filename by variable, not a hardcoded value

Bryce W. Harrington b.harrington at samsung.com
Tue Sep 10 10:06:00 PDT 2013


From: "Bryce W. Harrington" <b.harrington at samsung.com>

Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
Signed-off-by: Uli Schlachter <psychon at znc.in>
---
 test/svg-surface.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/svg-surface.c b/test/svg-surface.c
index c0cdc16..8ee3b61 100644
--- a/test/svg-surface.c
+++ b/test/svg-surface.c
@@ -122,7 +122,7 @@ preamble (cairo_test_context_t *ctx)
     cairo_destroy (cr);
     cairo_surface_destroy (surface);
 
-    printf ("svg-surface: Please check svg-surface.svg to make sure it looks happy.\n");
+    printf ("svg-surface: Please check %s to make sure it looks happy.\n", filename);
     free (filename);
     return CAIRO_TEST_SUCCESS;
 }
-- 
1.7.9.5


More information about the cairo mailing list