Author: akhaldi Date: Sat Mar 5 11:09:08 2016 New Revision: 70953
URL: http://svn.reactos.org/svn/reactos?rev=70953&view=rev Log: [WMIUTILS_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Modified: trunk/rostests/winetests/wmiutils/path.c
Modified: trunk/rostests/winetests/wmiutils/path.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/wmiutils/path.c?... ============================================================================== --- trunk/rostests/winetests/wmiutils/path.c [iso-8859-1] (original) +++ trunk/rostests/winetests/wmiutils/path.c [iso-8859-1] Sat Mar 5 11:09:08 2016 @@ -140,8 +140,8 @@ for (i = 0; i < sizeof(test)/sizeof(test[0]); i++) { hr = IWbemPath_SetText( path, test[i].mode, test[i].path ); - if (test[i].todo) todo_wine ok( hr == test[i].ret, "%u got %08x\n", i, hr ); - else ok( hr == test[i].ret, "%u got %08x\n", i, hr ); + todo_wine_if (test[i].todo) + ok( hr == test[i].ret, "%u got %08x\n", i, hr );
if (test[i].ret == S_OK) {