http://bugs.winehq.org/show_bug.cgi?id=5725
------- Additional Comments From neil@parkwaycc.co.uk 2006-02-10 03:49 ------- Maybe this change will turn up more errors in wine: ok( hwndfront != NULL, "[%d] window relative z-order incorrect\n", i); + if (!sttw_tests[i].flag) + ok( GetWindow(GetWindow(hwnds[1], GW_HWNDNEXT), GW_HWNDNEXT) == NULL, + "[%d] foreground window did not get sent to back\n", i); + else + ok( GetWindow(GetWindow(hwnds[1], GW_HWNDNEXT), GW_HWNDNEXT) != NULL, + "[%d] foreground window unexpectedly got sent to back\n", i); } } } (Note: use of ! changed to == NULL to match with != NULL in the new test)