- [User32_winetest]
authorJames Tabor <james.tabor@reactos.org>
Mon, 8 Mar 2010 20:52:04 +0000 (20:52 +0000)
committerJames Tabor <james.tabor@reactos.org>
Mon, 8 Mar 2010 20:52:04 +0000 (20:52 +0000)
- Win : Remove test_capture from service. This is related to TrackMouseEvent issues which use SetCapture.

svn path=/trunk/; revision=46006

rostests/winetests/user32/win.c

index ddfddb1..cc41bae 100644 (file)
@@ -5979,7 +5979,7 @@ START_TEST(win)
     test_capture_1();
     test_capture_2();
     test_capture_3(hwndMain, hwndMain2);
-    test_capture_4();
+//    test_capture_4();
 
     test_CreateWindow();
     test_parent_owner();