Commit 408972cb authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

gdiplus/tests: Add a test for calling GdipImageSelectActiveFrame() with invalid…

gdiplus/tests: Add a test for calling GdipImageSelectActiveFrame() with invalid frame on a memory bitmap. Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru>
parent 01aff6c9
......@@ -470,6 +470,9 @@ static void test_GdipImageGetFrameDimensionsCount(void)
expect(Ok, stat);
expect(0xffffffff, color);
stat = GdipImageSelectActiveFrame((GpImage*)bm, &dimension, 1);
todo_wine expect(Ok, stat);
GdipDisposeImage((GpImage*)bm);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment