Author: akhaldi Date: Thu Sep 8 09:36:26 2016 New Revision: 72620
URL: http://svn.reactos.org/svn/reactos?rev=72620&view=rev Log: [USER32_WINETEST] Enable the skipped part of clipboard.c as the issue documented in CORE-11953 doesn't happen in the KVM testbot.
Modified: trunk/rostests/winetests/user32/clipboard.c
Modified: trunk/rostests/winetests/user32/clipboard.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/user32/clipboard... ============================================================================== --- trunk/rostests/winetests/user32/clipboard.c [iso-8859-1] (original) +++ trunk/rostests/winetests/user32/clipboard.c [iso-8859-1] Thu Sep 8 09:36:26 2016 @@ -1761,9 +1761,7 @@ 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 );