mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[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:
parent
be20a14b8c
commit
6485aa2f27
1 changed files with 0 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue