Alexandre Julliard : comctl32/tests: Fix a test that fails on Windows.

Alexandre Julliard julliard at winehq.org
Mon Nov 11 14:08:16 CST 2013


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov 11 20:48:51 2013 +0100

comctl32/tests: Fix a test that fails on Windows.

---

 dlls/comctl32/tests/tooltips.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/tooltips.c b/dlls/comctl32/tests/tooltips.c
index c894dd1..d5f97b3 100644
--- a/dlls/comctl32/tests/tooltips.c
+++ b/dlls/comctl32/tests/tooltips.c
@@ -420,7 +420,7 @@ static void test_gettext(void)
     toolinfoW.lParam = 0xdeadbeef;
     GetClientRect(hwnd, &toolinfoW.rect);
     r = SendMessageW(hwnd, TTM_ADDTOOLW, 0, (LPARAM)&toolinfoW);
-    ok(r, "Adding the tool to the tooltip failed\n");
+    todo_wine ok(!r, "Adding the tool to the tooltip failed\n");
 
     if (0)  /* crashes on NT4 */
     {




More information about the wine-cvs mailing list