From f99a66eafb1c78c05fed42c8c249a7dbf48b863e Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 5 Mar 2016 11:09:08 +0000 Subject: [PATCH] [WMIUTILS_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912 svn path=/trunk/; revision=70953 --- rostests/winetests/wmiutils/path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rostests/winetests/wmiutils/path.c b/rostests/winetests/wmiutils/path.c index 56bebb3aed5..99907a35d43 100644 --- a/rostests/winetests/wmiutils/path.c +++ b/rostests/winetests/wmiutils/path.c @@ -140,8 +140,8 @@ static void test_IWbemPath_SetText(void) 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) {