Andrey Gusev : comctl32/tests: Fix a typo in ok() call.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 17 11:19:38 CDT 2016


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue May 17 12:00:02 2016 +0300

comctl32/tests: Fix a typo in ok() call.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/tests/tooltips.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/tests/tooltips.c b/dlls/comctl32/tests/tooltips.c
index e94b2fd..422dd43 100644
--- a/dlls/comctl32/tests/tooltips.c
+++ b/dlls/comctl32/tests/tooltips.c
@@ -476,7 +476,7 @@ todo_wine
     toolinfoA.lpszText = bufA;
     r = SendMessageA(hwnd, TTM_GETTEXTA, 0, (LPARAM)&toolinfoA);
     ok(!r, "got %ld\n", r);
-    ok(!strcmp(toolinfoA.lpszText, testtip2A), "expected %s, got %s\n", testtipA, toolinfoA.lpszText);
+    ok(!strcmp(toolinfoA.lpszText, testtip2A), "expected %s, got %s\n", testtip2A, toolinfoA.lpszText);
 
     DestroyWindow(hwnd);
 }




More information about the wine-cvs mailing list