[PATCH 2/2] oleaut32/tests: Remove test for broken NT 4.0 behaviour.

Huw Davies huw at codeweavers.com
Fri Aug 26 05:11:05 CDT 2016


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/oleaut32/tests/olepicture.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/oleaut32/tests/olepicture.c b/dlls/oleaut32/tests/olepicture.c
index f00730a..b716f25 100644
--- a/dlls/oleaut32/tests/olepicture.c
+++ b/dlls/oleaut32/tests/olepicture.c
@@ -791,9 +791,7 @@ static void test_Render(void)
     ok(result == expected,
        "Color at 0,0 should be unchanged 0x%06X, but was 0x%06X\n", expected, result);
     result = GetPixel(hdc, 5, 5);
-    ok(result != expected ||
-        broken(result == expected), /* WinNT 4.0 and older may claim they drew */
-                                    /* the icon, even if they didn't. */
+    ok(result != expected,
        "Color at 5,5 should have changed, but still was 0x%06X\n", expected);
     result = GetPixel(hdc, 10, 10);
     ok(result == expected,
-- 
2.7.4




More information about the wine-patches mailing list