André Hentschel <n...@dawncrow.de> writes:

> @@ -84,18 +84,14 @@ static void test_IsThemed(void)
>      SetLastError(0xdeadbeef);
>      bThemeActive = pIsThemeActive();
>      trace("Theming is %s\n", (bThemeActive) ? "active" : "inactive");
> +    ok( GetLastError() == ERROR_SUCCESS ||
> +        broken(GetLastError() == ERROR_FILE_NOT_FOUND /* Win2k8 */),
> +        "Expected ERROR_SUCCESS, got 0x%08x\n",
> +        GetLastError());

Testing last error when there's no failure is not useful.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to