From: Amine Khaldi Date: Thu, 16 Apr 2015 10:53:37 +0000 (+0000) Subject: [GDIPLUS_WINETEST] Addendum to r58377. gdiplus:image doesn't crash anymore. CORE... X-Git-Tag: backups/colins-printing-for-freedom@73041~404 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=0f61b39797b8fbf542f902f13d42a1c4898f54ea [GDIPLUS_WINETEST] Addendum to r58377. gdiplus:image doesn't crash anymore. CORE-6969 svn path=/trunk/; revision=67212 --- diff --git a/rostests/winetests/gdiplus/image.c b/rostests/winetests/gdiplus/image.c index 9aa0b1ef034..0cf2714ed53 100644 --- a/rostests/winetests/gdiplus/image.c +++ b/rostests/winetests/gdiplus/image.c @@ -1504,7 +1504,6 @@ static void test_createfromwmf(void) stat = GdipCreateMetafileFromWmf(hwmf, TRUE, (WmfPlaceableFileHeader*)wmfimage, (GpMetafile**)&img); expect(Ok, stat); - if (stat != Ok) return; // ReactOS stat = GdipGetImageBounds(img, &bounds, &unit); expect(Ok, stat);