[user32_apitest]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 6 Oct 2011 13:06:52 +0000 (13:06 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Thu, 6 Oct 2011 13:06:52 +0000 (13:06 +0000)
commit1e41f9ec8580944bfe19ef84f57608c53b8ddef5
treed8b846909d5dcddb334b3a0fa2cc5548f2289ff3
parent59b0d94ae23ae838a5dadca1fec9ab7afc593aa5
[user32_apitest]
- remove all previous SetActiveWindow tests as they were completely wrong. This is because changing the z-order of the owner windows is done by SetWindowPos as tested in the same test suite. However SetActiveWindow calls SetWindowPos without SWP_NOOWNERZORDER parameter which leads to changing the zorder of owner windows

svn path=/trunk/; revision=54023
rostests/apitests/user32/SetActiveWindow.c