[cairo-commit] test/linear-gradient-extend.c

Andrea Canciani ranma42 at kemper.freedesktop.org
Tue Jun 8 07:43:03 PDT 2010


 test/linear-gradient-extend.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd0f8872711d9896416cca2027f578f7d58d228f
Author: Andrea Canciani <ranma42 at gmail.com>
Date:   Mon Jun 7 17:34:12 2010 +0200

    test: fix typo

diff --git a/test/linear-gradient-extend.c b/test/linear-gradient-extend.c
index 5edfb7d..b1328b4 100644
--- a/test/linear-gradient-extend.c
+++ b/test/linear-gradient-extend.c
@@ -86,7 +86,7 @@ draw (cairo_t *cr, int width, int height)
 
 CAIRO_TEST (linear_gradient_extend,
 	    "Tests gradient to solid reduction of linear gradients",
-	    "radial, pattern, extend", /* keywords */
+	    "linear, pattern, extend", /* keywords */
 	    NULL, /* requirements */
 	    (WIDTH+PAD) * NUM_EXTEND + PAD, 2*(HEIGHT + PAD) + PAD,
 	    NULL, draw)


More information about the cairo-commit mailing list