From: Giannis Adamopoulos Date: Sat, 21 Dec 2013 10:44:10 +0000 (+0000) Subject: [user32_apitest] X-Git-Tag: ReactOS-0.3.16~524 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=0fbc07a49d5903219aca0fc8e622fb456b4a1053 [user32_apitest] - Arch, don't allow the mouse to create unexpected messages because this will surely cause failures. Also if you move the mouse during the test you will also get these failures svn path=/trunk/; revision=61311 --- diff --git a/rostests/apitests/user32/DeferWindowPos.c b/rostests/apitests/user32/DeferWindowPos.c index c9e504db6ea..7f177fb7fff 100644 --- a/rostests/apitests/user32/DeferWindowPos.c +++ b/rostests/apitests/user32/DeferWindowPos.c @@ -499,6 +499,8 @@ static void Test_DWP_OwnerZOrder() START_TEST(DeferWindowPos) { + SetCursorPos(0,0); + RegisterSimpleClass(DWPTestProc, L"ownertest"); hWnd1 = CreateWindowExW(0, L"ownertest", L"abc", 0, 10, 20, 200, 210, NULL, NULL, 0, NULL);