5 Jul
2018
5 Jul
'18
4:26 p.m.
Ken Thomases <ken(a)codeweavers.com> writes:
On Jul 5, 2018, at 3:25 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
@@ -4760,7 +4760,7 @@ static void test_showwindow(void) flush_sequence(); ShowWindow(hwnd, SW_SHOWMAXIMIZED); ok_sequence(WmShowMaxPopupResizedSeq_todo, - "ShowWindow(SW_SHOWMAXIMIZED):invisible maximized and resized popup TODO", TRUE); + "ShowWindow(SW_SHOWMAXIMIZED):invisible maximized and resized popup TODO", FALSE);
Should the name of the test sequence and the context string both have "_todo"/" TODO" removed? (Although "WmShowMaxPopupResizedSeq" is already used for a difference sequence.)
That would be better, yes, good point. -- Alexandre Julliard julliard(a)winehq.org