[v4 PATCH] user32/test: Color message isn't sent during startup for buttons

Alexandre Julliard julliard at winehq.org
Mon Feb 15 05:05:33 CST 2016


Alistair Leslie-Hughes <leslie_alistair at 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 at winehq.org



More information about the wine-devel mailing list