[cairo-commit] cairo/test cairo-test.c,1.40,1.41

Carl Worth commit at pdx.freedesktop.org
Thu Jul 14 12:25:44 PDT 2005


Committed by: cworth

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

Modified Files:
	cairo-test.c 
Log Message:

        * test/cairo-test.c: (cairo_test_real): Fix comment describing
        test result. It's not enough that all tested backends are
        successful. We also require that at least one backend is actually
        tested.


Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- cairo-test.c	14 Jul 2005 19:20:42 -0000	1.40
+++ cairo-test.c	14 Jul 2005 19:25:42 -0000	1.41
@@ -518,7 +518,8 @@
     free (log_name);
 
     /* The intended logic here is that we return overall SUCCESS
-     * iff. all tested backends return SUCCESS. In other words:
+     * iff. there is at least one tested backend and that all tested
+     * backends return SUCCESS. In other words:
      *
      *	if      any backend FAILURE
      *		-> FAILURE




More information about the cairo-commit mailing list