summaryrefslogtreecommitdiff
path: root/test/text-rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/text-rotate.c')
-rw-r--r--test/text-rotate.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/text-rotate.c b/test/text-rotate.c
index c71a3e39..39e868a6 100644
--- a/test/text-rotate.c
+++ b/test/text-rotate.c
@@ -86,8 +86,10 @@
cairo_test_t test = {
"text-rotate",
- "Tests show_text under various rotations",
- WIDTH, HEIGHT
+ "Tests show_text under various rotations"
+ "\nminor bugs in positioning rotated glyphs",
+ WIDTH, HEIGHT,
+ draw
};
/* Draw the word cairo at NUM_TEXT different angles */
@@ -150,6 +152,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test_expect_failure (&test, draw,
- "minor bugs in positioning rotated glyphs");
+ return cairo_test (&test);
}