Huw Davies : oleaut32/tests: Remove test for broken NT 4.0 behaviour.

Alexandre Julliard julliard at winehq.org
Fri Aug 26 10:18:12 CDT 2016


Module: wine
Branch: master
Commit: 94070761a9a7f6dbc1c0337cf7001b4b8e9db02e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=94070761a9a7f6dbc1c0337cf7001b4b8e9db02e

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Aug 26 11:11:05 2016 +0100

oleaut32/tests: Remove test for broken NT 4.0 behaviour.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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,




More information about the wine-cvs mailing list