Re: [PATCH 1/3] user32: Add initial WindowFromPoint tests
Hi Piotr, Piotr Caban <piotr(a)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? -- Dmitry.
On 09/30/14 03:58, Dmitry Timoshkov wrote:
Hi Piotr,
Piotr Caban <piotr(a)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.
participants (2)
-
Dmitry Timoshkov -
Piotr Caban