[2/6] user32/tests: Add tests for internal window messages of FindWindowEx.

Sebastian Lackner sebastian at fds-team.de
Mon Nov 17 23:40:29 CST 2014


This test shows that FindWindowEx shouldn't send any WM_GETTEXT messages (on modern versions of Windows).
The current Wine implementation is based on GetWindowText, so we have to add tests for that too - see next patches.

Please note that the behaviour on Windows98 is a different one, there FindWindow really sends WM_GETTEXT messages - I assume all the notes on MSDN are left over from back then.

---
 dlls/user32/tests/win.c | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-user32-tests-Add-tests-for-internal-window-messages-.patch
Type: text/x-patch
Size: 2792 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141118/7ab12c37/attachment.bin>


More information about the wine-patches mailing list