[USER32_APITEST] -Add a monster of a test to check if WM_DESTROYCLIPBOARD is blocking...
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 24 Aug 2017 23:08:09 +0000 (23:08 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 24 Aug 2017 23:08:09 +0000 (23:08 +0000)
commita28235c709bf60891502da748f804e236da2dc8e
treeee2b660ae9ea921b2621bd6bb294f06bea2d28c5
parentddaeb9ccac02c508e9362f9f757425f5840d749c
[USER32_APITEST] -Add a monster of a test to check if WM_DESTROYCLIPBOARD is blocking or not. Use a critical section while recording as we use a single message cache in two threads. After 50154, 50816, 50846 and 75616 changing back and forth, this test shows that 75616 is correct and making sure that it won't be changed again in the future, somehting that would break the ole clipboard.

svn path=/trunk/; revision=75663
rostests/apitests/user32/CMakeLists.txt
rostests/apitests/user32/EmptyClipboard.c [new file with mode: 0644]
rostests/apitests/user32/testlist.c