USER32: add a short test for child windows (take 2)

Dmitry Timoshkov dmitry at baikal.ru
Fri Oct 29 05:14:03 CDT 2004


"Mike McCormack" <mike at codeweavers.com> wrote:

> ChangeLog:
> * add a short test for child windows

>  START_TEST(win)
>  {
> +    test_child_window();
> +
>      pGetAncestor = (void *)GetProcAddress( GetModuleHandleA("user32.dll"), "GetAncestor" );
>      pGetWindowInfo = (void *)GetProcAddress( GetModuleHandleA("user32.dll"), "GetWindowInfo" );

Please add your test at the end of existing tests. By placing the test
before everything else you are at least skipping the tests performed
in the hook procedure.

-- 
Dmitry.




More information about the wine-devel mailing list