Ge van Geldorp : uxtheme/tests: Adjust error test for W2K8.

Alexandre Julliard julliard at winehq.org
Mon Jan 26 10:14:58 CST 2009


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

Author: Ge van Geldorp <ge at gse.nl>
Date:   Mon Jan 26 01:25:46 2009 +0100

uxtheme/tests: Adjust error test for W2K8.

---

 dlls/uxtheme/tests/system.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c
index df20885..ad277a0 100644
--- a/dlls/uxtheme/tests/system.c
+++ b/dlls/uxtheme/tests/system.c
@@ -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);




More information about the wine-cvs mailing list