15 Feb
2016
15 Feb
'16
5: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