Alistair Leslie-Hughes : gdiplus/tests: Check the correct value.
Module: wine Branch: master Commit: 51fe44ed423ad3148e1f7d936b5be64ce99de5f6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=51fe44ed423ad3148e1f7d936... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Thu Mar 1 23:04:49 2018 +0000 gdiplus/tests: Check the correct value. Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdiplus/tests/graphicspath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/tests/graphicspath.c b/dlls/gdiplus/tests/graphicspath.c index 102c33c..c5403cb 100644 --- a/dlls/gdiplus/tests/graphicspath.c +++ b/dlls/gdiplus/tests/graphicspath.c @@ -1316,7 +1316,7 @@ static void test_empty_rect(void) status = GdipIsVisiblePathPoint(path, -2.0, 2.0, NULL, &result); expect(Ok, status); - expect(FALSE, status); + expect(FALSE, result); status = GdipAddPathRectangle(path, 0.0, 0.0, 5.0, -5.0); expect(Ok, status);
participants (1)
-
Alexandre Julliard