From 5cf13573ed44daa6730f3ed82afcb37e61e808ed Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 6 Apr 2011 12:56:46 +0000 Subject: [PATCH] - Turn on test_capture_4. svn path=/trunk/; revision=51266 --- rostests/winetests/user32/win.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rostests/winetests/user32/win.c b/rostests/winetests/user32/win.c index 668399caeef..33c837bed0e 100644 --- a/rostests/winetests/user32/win.c +++ b/rostests/winetests/user32/win.c @@ -6058,11 +6058,7 @@ START_TEST(win) test_capture_1(); test_capture_2(); test_capture_3(hwndMain, hwndMain2); - - if(!winetest_interactive) - skip("skipping test_capture_4, that hangs on reactos\n"); - else - test_capture_4(); + test_capture_4(); test_CreateWindow(); test_parent_owner();