uxtheme/tests: Adjust error test for W2K8.

oldstable
Ge van Geldorp 2009-01-26 01:25:46 +01:00 committed by Alexandre Julliard
parent f7a34db378
commit b7ac6cb01d
1 changed files with 0 additions and 3 deletions

View File

@ -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);