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

"Bryce W. Harrington" <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
From: "Bryce W. Harrington" <[email protected]>

Signed-off-by: Bryce Harrington <[email protected]>
Signed-off-by: Uli Schlachter <[email protected]>
---
 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
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.