user32: Add more ShowWindow tests

Alexandre Julliard julliard at winehq.org
Mon May 15 08:32:26 CDT 2006


Dmitry Timoshkov <dmitry at codeweavers.com> writes:

> @@ -3217,7 +3295,7 @@ static void test_showwindow(void)
>  
>      trace("calling ShowWindow( SW_SHOWMAXIMIZE ) for invisible popup window\n");
>      ShowWindow(hwnd, SW_SHOWMAXIMIZED);
> -    ok_sequence(WmShowMaxPopupResizedSeq, "ShowWindow(SW_SHOWMAXIMIZED):popup", FALSE);
> +    ok_sequence(WmShowMaxPopupResizedSeq, "ShowWindow(SW_SHOWMAXIMIZED):popup", TRUE);

It would be better to avoid turning working tests back into todos,
because it means a lot of things will no longer be properly regression
tested, since todo applies to the whole sequence.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list