Gabriel Ivăncescu gabrielopcode@gmail.com 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 gabrielopcode@gmail.com
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.