From: Alexandre Julliard Subject: Re: [PATCH v3 5/5] shell32/tests: Test hijacking the edit control's procedure after AutoComplete Message-Id: <87lg7rayst.fsf@winehq.org> Date: Mon, 24 Sep 2018 14:02:26 +0200 In-Reply-To: <7adaed22794d62643fff8621a066a91765eff4b0.1537627456.git.gabrielopcode@gmail.com> ("Gabriel Ivăncescu"'s message of "Sat, 22 Sep 2018 17:53:46 +0300") References: <7adaed22794d62643fff8621a066a91765eff4b0.1537627456.git.gabrielopcode@gmail.com> Gabriel Ivăncescu writes: > Windows' AutoComplete seems to bypass hijacking in some cases. However, > WM_GETTEXT seems to be able to get hijacked. > > Signed-off-by: Gabriel Ivăncescu > --- > > This still works now with Wine, so I think it's nice to add these tests > just in case for the future. > > Also reduced the Sleep amount to 1/3 of its original, which will be especially > useful in future tests (to be added) to prevent them from taking way too long. Why do you need all these Sleeps and dispatch calls? As far as I can see, everything you are testing should be synchronous. -- Alexandre Julliard julliard@winehq.org