mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[WMIUTILS_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70953
This commit is contained in:
parent
0916eb633b
commit
f99a66eafb
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ static void test_IWbemPath_SetText(void)
|
||||||
for (i = 0; i < sizeof(test)/sizeof(test[0]); i++)
|
for (i = 0; i < sizeof(test)/sizeof(test[0]); i++)
|
||||||
{
|
{
|
||||||
hr = IWbemPath_SetText( path, test[i].mode, test[i].path );
|
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 );
|
todo_wine_if (test[i].todo)
|
||||||
else ok( hr == test[i].ret, "%u got %08x\n", i, hr );
|
ok( hr == test[i].ret, "%u got %08x\n", i, hr );
|
||||||
|
|
||||||
if (test[i].ret == S_OK)
|
if (test[i].ret == S_OK)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue