[PATCH 1/3] user32: Add initial WindowFromPoint tests

Piotr Caban piotr at codeweavers.com
Tue Sep 30 03:32:42 CDT 2014


On 09/30/14 03:58, Dmitry Timoshkov wrote:
> Hi Piotr,
>
> Piotr Caban <piotr at codeweavers.com> wrote:
>
>> ---
>>    dlls/user32/tests/win.c | 39 +++++++++++++++++++++++++++++++++++++++
>>    1 file changed, 39 insertions(+)
>
> There already exist the tests for RealChildWindowFromPoint with a FIXME
> about adding new tests for WindowFromPoint, ChildWindowFromPoint and
> ChildWindowFromPointEx, is it possible to use existing tests as a base
> and extend them as needed?
>
I've added this tests separately because it's a base for window tree 
that contains child windows created in different processes. Merging this 
tests is probably not a good idea because it makes synchronization more 
complicated and the tests are becoming unreadable.



More information about the wine-devel mailing list