[PATCH 2/2] mmdevapi: Add more tests

Paul Vriens paul.vriens.wine at gmail.com
Mon Dec 14 14:20:42 CST 2009


On 12/14/2009 10:09 AM, Maarten Lankhorst wrote:
> +    hr = IMMDeviceEnumerator_GetDefaultAudioEndpoint(mme, eRender, eMultimedia,&dev);
> +    ok(hr == S_OK, "GetDefaultAudioEndpoint failed: 0x%08x\n", hr);
> +    if (hr != S_OK)
> +    {
> +        skip("GetDefaultAudioEndpoint returns 0x%08x, skipping tests\n", hr);
> +        return;
> +    }

Hi Maarten,

This one introduces a failure on Vista+ (obviously) for boxes with a 
soundcard so it seems (by looking at other tests for these boxes):

http://test.winehq.org/data/tests/mmdevapi:dependency.html

Could you have a look?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list