[cairo-commit] cairo/test cairo-test.c,1.43,1.44
Carl Worth
commit at pdx.freedesktop.org
Fri Jul 15 00:57:00 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv24212/test
Modified Files:
cairo-test.c
Log Message:
* test/cairo-test.c (cairo_test_for_target): Remove errant line of
code that was inadvertently committed recently.
Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- cairo-test.c 14 Jul 2005 23:18:39 -0000 1.43
+++ cairo-test.c 15 Jul 2005 07:56:58 -0000 1.44
@@ -449,9 +449,6 @@
goto UNWIND_CAIRO;
}
- if (test->width > 0 && test->height > 0)
-
-
/* Skip image check for tests with no image (width,height == 0,0) */
if (test->width != 0 && test->height != 0) {
int pixels_changed;
More information about the cairo-commit
mailing list