user32/tests: Fix an inconsistent test case in clearing the clipboard.
commitf9b878101e1c44588cea32f74ca74c0ad2c4b75c
authorErich E. Hoover <erich.e.hoover@wine-staging.com>
Sat, 12 Nov 2016 23:26:45 +0000 (12 16:26 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Nov 2016 19:53:29 +0000 (15 13:53 -0600)
treee9fe5c4749aeb7ae4145759504fbd071d5cdc242
parent59c4d8581d3fe576f86f03a2532a0cf975abeebb
user32/tests: Fix an inconsistent test case in clearing the clipboard.

Depending on our clipboard polling we can get an additional clipboard
update during the clipboard clear test.  This change forces a consistent
state when starting the test, which stops the additional window message
from possibly occurring.

Signed-off-by: Erich E. Hoover <erich.e.hoover@wine-staging.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/tests/msg.c