I was blamed for doing this the other day. So do we skip tests or
don't? If yes, they must be marked as skipped, not silently ignored.
WBR,
Aleksey Bragin.
On Mar 8, 2010, at 11:52 PM, jimtabor(a)svn.reactos.org wrote:
  Author: jimtabor
 Date: Mon Mar  8 21:52:04 2010
 New Revision: 46006
 URL: 
http://svn.reactos.org/svn/reactos?rev=46006&view=rev
 Log:
 - [User32_winetest]
 - Win : Remove test_capture from service. This is related to
 TrackMouseEvent issues which use SetCapture.
 Modified:
     trunk/rostests/winetests/user32/win.c
 Modified: trunk/rostests/winetests/user32/win.c
 URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/
 user32/win.c?rev=46006&r1=46005&r2=46006&view=diff
 ======================================================================
 ========
 --- trunk/rostests/winetests/user32/win.c [iso-8859-1] (original)
 +++ trunk/rostests/winetests/user32/win.c [iso-8859-1] Mon Mar  8
 21:52:04 2010
 @@ -5979,7 +5979,7 @@
      test_capture_1();
      test_capture_2();
      test_capture_3(hwndMain, hwndMain2);
 -    test_capture_4();
 +//    test_capture_4();
      test_CreateWindow();
      test_parent_owner();