[cairo-commit] cairo/test cairo-test.c,1.36,1.37
Carl Worth
commit at pdx.freedesktop.org
Wed Jun 15 10:56:34 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv20716/test
Modified Files:
cairo-test.c
Log Message:
* test/cairo-test.c: Track removal of cairo_status_string.
Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- cairo-test.c 17 May 2005 13:11:32 -0000 1.36
+++ cairo-test.c 15 Jun 2005 17:56:31 -0000 1.37
@@ -440,7 +440,8 @@
}
if (cairo_status (cr) != CAIRO_STATUS_SUCCESS) {
- cairo_test_log ("Error: Function under test left cairo status in an error state: %s\n", cairo_status_string (cr));
+ cairo_test_log ("Error: Function under test left cairo status in an error state: %s\n",
+ cairo_status_to_string (cairo_status (cr));
return CAIRO_TEST_FAILURE;
}
More information about the cairo-commit
mailing list