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

Bryce W. Harrington b.harrington at samsung.com
Sun Sep 8 13:10:04 PDT 2013


Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
---
 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