comctl32: Rewrite the up-down control tests to add message checking

Dmitry Timoshkov dmitry at codeweavers.com
Mon Jan 8 21:36:33 CST 2007


"James Hawkins" <truiken at gmail.com> wrote:

> +            if ((expected->flags & defwinproc) != (actual->flags & defwinproc) && todo)
> +            {
> +                todo_wine
> +                {
> +                    failcount++;
> +                    ok_(file, line) (FALSE,
> +                        "%s: in msg 0x%04x expecting lParam 0x%lx got 0x%lx\n",
> +                        context, expected->message, expected->lParam, actual->lParam);
> +                }
> +            }

This is an old typo/misleading message that I've fixed in the original msg.c code.

-- 
Dmitry.



More information about the wine-devel mailing list