[PATCH 4/5] dinput/tests: remove todo from DIPROP_GUIDANDPATH test

Andrew Eikum aeikum at codeweavers.com
Mon Jun 10 09:59:18 CDT 2019


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

On Wed, Jun 05, 2019 at 12:53:47AM +0300, Alexey Prokhin wrote:
> Signed-off-by: Alexey Prokhin <alexey at prokhin.ru>
> ---
>  dlls/dinput/tests/joystick.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/dinput/tests/joystick.c b/dlls/dinput/tests/joystick.c
> index c07e821fb0..f35b07e90b 100644
> --- a/dlls/dinput/tests/joystick.c
> +++ b/dlls/dinput/tests/joystick.c
> @@ -402,7 +402,7 @@ static BOOL CALLBACK EnumJoysticks(const DIDEVICEINSTANCEA *lpddi, void *pvRef)
>      dpg.diph.dwHow = DIPH_DEVICE;
>  
>      hr = IDirectInputDevice_GetProperty(pJoystick, DIPROP_GUIDANDPATH, &dpg.diph);
> -    todo_wine ok(SUCCEEDED(hr), "IDirectInput_GetProperty() for DIPROP_GUIDANDPATH failed: %08x\n", hr);
> +    ok(SUCCEEDED(hr), "IDirectInput_GetProperty() for DIPROP_GUIDANDPATH failed: %08x\n", hr);
>  
>      hr = IDirectInputDevice_SetDataFormat(pJoystick, NULL);
>      ok(hr==E_POINTER,"IDirectInputDevice_SetDataFormat() should have returned "
> -- 
> 2.17.2 (Apple Git-113)
> 
> 
> 



More information about the wine-devel mailing list