On 3/8/07, George Gov <ggov(a)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