gdiplus/tests: Check the correct value.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7deb0909a9
commit
51fe44ed42
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue