Re: [v4 PATCH] user32/test: Color message isn't sent during startup for buttons
15 Feb
2016
15 Feb
'16
11:05 a.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> writes:
+static void test_dlg_settext(void) +{ + int ret; + + ret = DialogBoxParamA(GetModuleHandleA(NULL), "EDIT_READONLY_DIALOG", NULL, test_dlg_settext_proc, 0); + ok(ret == 0, "expected 0, got %d\n", ret); + todo_wine ok(!color_message_called, "Unexpected color message\n");
It would be better to do this without depending on a dialog, particularly one that is meant to be used by the edit tests. -- Alexandre Julliard julliard(a)winehq.org
3591
Age (days ago)
3591
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard