Commit b7ac6cb0 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard

uxtheme/tests: Adjust error test for W2K8.

parent f7a34db3
......@@ -85,9 +85,6 @@ static void test_IsThemed(void)
SetLastError(0xdeadbeef);
bThemeActive = pIsThemeActive();
trace("Theming is %s\n", (bThemeActive) ? "active" : "inactive");
ok( GetLastError() == ERROR_SUCCESS,
"Expected ERROR_SUCCESS, got 0x%08x\n",
GetLastError());
/* This test is not themed */
SetLastError(0xdeadbeef);
......
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