Nikolay Sivov : comctl32/tests: Remove useless trace() message.

Alexandre Julliard julliard at winehq.org
Mon Apr 9 15:41:10 CDT 2018


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Apr  9 08:53:38 2018 +0300

comctl32/tests: Remove useless trace() message.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/comctl32/tests/button.c b/dlls/comctl32/tests/button.c
index b9d2663..05fa303 100644
--- a/dlls/comctl32/tests/button.c
+++ b/dlls/comctl32/tests/button.c
@@ -563,8 +563,8 @@ static void test_button_messages(void)
         DWORD style, state;
         HDC hdc;
 
-        trace("%d: button test sequence\n", i);
         hwnd = create_button(button[i].style, parent);
+        ok(hwnd != NULL, "Failed to create a button.\n");
 
         style = GetWindowLongA(hwnd, GWL_STYLE);
         style &= ~(WS_CHILD | BS_NOTIFY);




More information about the wine-cvs mailing list