gdiplus/tests: Test the return of GdipImageSelectActiveFrame()

Michael Stefaniuc mstefani at redhat.de
Tue Oct 20 02:50:08 CDT 2015


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
 dlls/gdiplus/tests/image.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/gdiplus/tests/image.c b/dlls/gdiplus/tests/image.c
index 51b99a3..6fc208e 100644
--- a/dlls/gdiplus/tests/image.c
+++ b/dlls/gdiplus/tests/image.c
@@ -2700,6 +2700,7 @@ static void test_multiframegif(void)
     expect(0, color);
 
     stat = GdipImageSelectActiveFrame((GpImage*)bmp, &dimension, 3);
+    expect(Ok, stat);
     stat = GdipBitmapGetPixel(bmp, 2, 0, &color);
     expect(Ok, stat);
     ok(color==0 || broken(color==0xff0000ff), "color = %x\n", color);
-- 
2.4.3



More information about the wine-patches mailing list