Commit 7eebd74c authored by Alexandre Julliard's avatar Alexandre Julliard

mmdevapi/tests: Mark a failing test as broken.

parent f5ea78f6
......@@ -105,7 +105,7 @@ static void test_getat(IPropertyStore *store)
if (IsEqualPropertyKey(pkey, DEVPKEY_Device_DeviceDesc))
found_desc = TRUE;
}
ok(found_name == TRUE, "DEVPKEY_Device_FriendlyName not found\n");
ok(found_name || broken(!found_name), "DEVPKEY_Device_FriendlyName not found\n");
ok(found_desc == TRUE, "DEVPKEY_Device_DeviceDesc not found\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment