[cairo-commit] cairo/test caps-sub-paths.c,1.1,1.2
Carl Worth
commit at pdx.freedesktop.org
Tue Aug 23 01:50:27 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv6249/test
Modified Files:
caps-sub-paths.c
Log Message:
2005-08-23 Carl Worth <cworth at cworth.org>
* test/caps-sub-paths.c: Use the expect_failure variant of
cairo_test so that make check prints the reason this test fails.
Index: caps-sub-paths.c
===================================================================
RCS file: /cvs/cairo/cairo/test/caps-sub-paths.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- caps-sub-paths.c 23 Aug 2005 08:02:17 -0000 1.1
+++ caps-sub-paths.c 23 Aug 2005 08:50:25 -0000 1.2
@@ -59,5 +59,6 @@
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test_expect_failure (&test, draw,
+ "All but the last subpath are missing caps");
}
More information about the cairo-commit
mailing list