Alexandre Julliard : mmdevapi/tests: Mark a failing test as broken.
Module: wine Branch: master Commit: 7eebd74cb2e68ed3e8bbf33d7db869ca8814cc0d URL: http://source.winehq.org/git/wine.git/?a=commit;h=7eebd74cb2e68ed3e8bbf33d7d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Oct 17 14:00:17 2013 +0200 mmdevapi/tests: Mark a failing test as broken. --- dlls/mmdevapi/tests/propstore.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mmdevapi/tests/propstore.c b/dlls/mmdevapi/tests/propstore.c index 2b5f391..bcb5044 100644 --- a/dlls/mmdevapi/tests/propstore.c +++ b/dlls/mmdevapi/tests/propstore.c @@ -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"); }
participants (1)
-
Alexandre Julliard