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
This commit is contained in:
Andrea Canciani 2015-04-09 01:31:34 +02:00
parent e38e942ac0
commit 89942c6af0
2 changed files with 1 additions and 1 deletions

View file

@ -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 */

View file

Before

Width:  |  Height:  |  Size: 105 B

After

Width:  |  Height:  |  Size: 105 B