mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- Safe to test SetForegroundWindow.
svn path=/trunk/; revision=56399
This commit is contained in:
parent
4bea149dd8
commit
3b3feb61a8
1 changed files with 1 additions and 4 deletions
|
@ -6924,10 +6924,7 @@ START_TEST(win)
|
|||
test_Expose();
|
||||
test_layered_window();
|
||||
|
||||
if(!winetest_interactive)
|
||||
skip("skipping test_SetForegroundWindow, Hangs on WaitForSingleObject line 2771\n");
|
||||
else
|
||||
test_SetForegroundWindow(hwndMain);
|
||||
test_SetForegroundWindow(hwndMain);
|
||||
if(!winetest_interactive)
|
||||
skip("bug 5957: skipping test_shell_window, it crashes ros/win7 explorer\n");
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue