[PATCH] gdiplus/tests: Test for initial properties of adjustable arrow caps

Vincent Povirk vincent at codeweavers.com
Mon Dec 19 11:46:25 CST 2016


On Fri, Dec 16, 2016 at 6:21 AM, Nikolay Sivov <nsivov at codeweavers.com> wrote:
> +    stat = GdipGetCustomLineCapBaseInset((GpCustomLineCap*)cap, &inset);
> +    ok(stat == Ok, "Unexpected return code, %d\n", stat);
> +

It isn't enough to reject the patch, but I'm curious why you don't
test this value.



More information about the wine-devel mailing list