[USER32_WINETEST] Enable the skipped part of clipboard.c as the issue documented in CORE-11953 doesn't happen in the KVM testbot.

svn path=/trunk/; revision=72620
This commit is contained in:
Amine Khaldi 2016-09-08 09:36:26 +00:00
parent be20a14b8c
commit 6485aa2f27

View file

@ -1761,9 +1761,7 @@ static void test_data_handles(void)
format_id = RegisterClipboardFormatA( "my_cool_clipboard_format" );
test_handles( 0 );
test_handles( GetDesktopWindow() );
#ifndef __REACTOS__ /* CORE-11953 */
test_handles( hwnd );
#endif
run_thread( test_handles_thread, hwnd, __LINE__ );
bitmap = CreateBitmap( 10, 10, 1, 1, NULL );