Author: jimtabor Date: Sat Sep 8 06:12:41 2012 New Revision: 57252
URL: http://svn.reactos.org/svn/reactos?rev=57252&view=rev Log: [User32Test] - Turn off GetMenuBarInfo input test temporarily for now.
Modified: trunk/rostests/winetests/user32/menu.c
Modified: trunk/rostests/winetests/user32/menu.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/user32/menu.c?re... ============================================================================== --- trunk/rostests/winetests/user32/menu.c [iso-8859-1] (original) +++ trunk/rostests/winetests/user32/menu.c [iso-8859-1] Sat Sep 8 06:12:41 2012 @@ -2180,7 +2180,7 @@ default: return( DefWindowProcA( hWnd, msg, wParam, lParam ) ); } - +#if 0 if(pGetMenuBarInfo) { MENUBARINFO mbi; @@ -2226,7 +2226,7 @@ ok(!(bMenuVisible && (state & MF_HILITE)) == !mbi.fFocused, "msg %x: GetMenuBarInfo.fFocused (%d) is wrong\n", msg, mbi.fFocused != 0); } - +#endif if (msg == WM_EXITMENULOOP) bMenuVisible = FALSE; else if (msg == WM_INITMENUPOPUP)