user32/tests: Move TEST_MOUSEACTIVATE to test_defwinproc.
commitf6d671c343d58981b443339badb666291a1041ad
authorRémi Bernon <rbernon@codeweavers.com>
Thu, 26 Dec 2019 17:40:30 +0000 (26 18:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Dec 2019 20:12:22 +0000 (26 21:12 +0100)
treed5b2dac26a1f0c74ff08b53dead2f0e78a341fa1
parentf307e94c0e757bf60919fc1d1bdb2bf8f86d2c51
user32/tests: Move TEST_MOUSEACTIVATE to test_defwinproc.

This test is actually testing the reply from DefWindowProcA, as the
window it was sent to is not handling this particular message.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/tests/msg.c
dlls/user32/tests/win.c