Commit 94070761 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

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

parent ce50839f
......@@ -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,
......
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