[cairo-commit] test/clip-complex-bug61592.c test/reference

Andrea Canciani ranma42 at kemper.freedesktop.org
Thu Apr 16 02:30:48 PDT 2015


 dev/null                                     |binary
 test/clip-complex-bug61592.c                 |    2 +-
 test/reference/clip-complex-bug61592.ref.png |binary
 3 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 89942c6af00af8b72babeae676376f4cf8911c16
Author: Andrea Canciani <ranma42 at gmail.com>
Date:   Thu Apr 9 01:31:34 2015 +0200

    test: Correct bug number in clip-complex-bug61592
    
    The filename of the C source file is correct, but the test name (both
    as function name and as reference image name) has a typo in it.
    
    Related to https://bugs.freedesktop.org/show_bug.cgi?id=61592

diff --git a/test/clip-complex-bug61592.c b/test/clip-complex-bug61592.c
index 998b7aa..46f8fb8 100644
--- a/test/clip-complex-bug61592.c
+++ b/test/clip-complex-bug61592.c
@@ -52,7 +52,7 @@ draw (cairo_t *cr, int width, int height)
     return CAIRO_TEST_SUCCESS;
 }
 
-CAIRO_TEST (clip_complex_bug61492,
+CAIRO_TEST (clip_complex_bug61592,
 	    "Exercise a bug found in 1.12",
 	    "clip", /* keywords */
 	    NULL, /* requirements */
diff --git a/test/reference/clip-complex-bug61492.ref.png b/test/reference/clip-complex-bug61492.ref.png
deleted file mode 100644
index 8e2e982..0000000
Binary files a/test/reference/clip-complex-bug61492.ref.png and /dev/null differ
diff --git a/test/reference/clip-complex-bug61592.ref.png b/test/reference/clip-complex-bug61592.ref.png
new file mode 100644
index 0000000..8e2e982
Binary files /dev/null and b/test/reference/clip-complex-bug61592.ref.png differ


More information about the cairo-commit mailing list