[cairo-commit] cairo/test .cvsignore, 1.69, 1.70 cairo-test.c, 1.78, 1.79

Emmanuel Pacaud commit at pdx.freedesktop.org
Thu Feb 2 12:48:00 PST 2006


Committed by: emmanuel

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv4663/test

Modified Files:
	.cvsignore cairo-test.c 
Log Message:
2006-01-29  Emmanuel Pacaud <emmanuel.pacaud at free.fr>

	* test/cairo-test.c (create_svg_surface): fix filename.
	* test/.cvsignore: shh!



Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- .cvsignore	18 Jan 2006 00:59:08 -0000	1.69
+++ .cvsignore	2 Feb 2006 20:47:58 -0000	1.70
@@ -88,8 +88,8 @@
 *-ps-argb32-out.ps
 *-ps-rgb24-out.png
 *-ps-rgb24-out.ps
-*-svg-rgb24-out.png
-*-svg-rgb24-out.svg
+*-svg-argb32-out.png
+*-svg-argb32-out.svg
 *-test-fallback-argb32-out.png
 *-test-fallback-rgb24-out.png
 *-test-meta-argb32-out.png

Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- cairo-test.c	21 Jan 2006 17:39:11 -0000	1.78
+++ cairo-test.c	2 Feb 2006 20:47:58 -0000	1.79
@@ -1305,7 +1305,7 @@
     ptc->width = width;
     ptc->height = height;
     
-    xasprintf (&ptc->filename, "%s-%s%s", test->name, "svg-rgb24-out", ".svg");
+    xasprintf (&ptc->filename, "%s-%s%s", test->name, "svg-argb32-out", ".svg");
     surface = cairo_svg_surface_create (ptc->filename, width, height);
     if (cairo_surface_status (surface)) {
 	free (ptc->filename);



More information about the cairo-commit mailing list