comctl32: listview tests

Lei Zhang thestig at google.com
Thu Mar 8 23:23:40 CST 2007


On 3/8/07, George Gov <ggov at ucla.edu> wrote:
> @@ -573,10 +699,242 @@ static void test_redraw(void)
>      trace("invalidate & update\n");
>      InvalidateRect(hwnd, NULL, TRUE);
>      UpdateWindow(hwnd);
> -    ok_sequence(sequences, LISTVIEW_SEQ_INDEX, redraw_listview_seq, "redraw listview", FALSE);
> +    ok_sequence(sequences, LISTVIEW_SEQ_INDEX, redraw_listview_seq, "redraw listview", TRUE);

This test succeeds for me, so I'm not sure why you marked it as todo.

- Lei



More information about the wine-devel mailing list