<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">On 7/2/20 10:15 AM, Jiajin Cui wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:202007021015340447220@uniontech.com">
      <pre class="moz-quote-pre" wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"><legend
          class="mimeAttachmentHeaderName">0001-user32-tests-Fix-test-that-has-been-successful.patch</legend></fieldset>
      <pre class="moz-quote-pre" wrap="">From 5c3930407ac0e313121d56f760e4ad998f233e65 Mon Sep 17 00:00:00 2001
From: Jiajin Cui <a class="moz-txt-link-rfc2396E" href="mailto:cuijiajin@uniontech.com"><cuijiajin@uniontech.com></a>
Date: Thu, 2 Jul 2020 09:59:46 +0800
Subject: [PATCH] user32/tests: Fix test that has been successful.

Someone has fixed the issue of the ShowWindow parameter as SW_MINIMIZE, but no fix to the test code.

Signed-off-by: Jiajin Cui <a class="moz-txt-link-rfc2396E" href="mailto:cuijiajin@uniontech.com"><cuijiajin@uniontech.com></a>
---
 dlls/user32/tests/msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index f84525a0bf..51091e3408 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -5186,7 +5186,7 @@ static void test_messages(void)
 
     ShowWindow(hwnd, SW_MINIMIZE);
     flush_events();
-    ok_sequence(WmShowMinOverlappedSeq, "ShowWindow(SW_SHOWMINIMIZED):overlapped", TRUE);
+    ok_sequence(WmShowMinOverlappedSeq, "ShowWindow(SW_SHOWMINIMIZED):overlapped", FALSE);
     flush_sequence();
 
     if (GetWindowLongW( hwnd, GWL_STYLE ) & WS_MINIMIZE)
</pre>
    </blockquote>
    See <a
      href="https://www.winehq.org/pipermail/wine-devel/2019-May/146430.html">https://www.winehq.org/pipermail/wine-devel/2019-May/146430.html</a><br>
    It is not fixed on FVWM, which is the window manager that TestBots
    use.<br>
  </body>
</html>