Rémi Bernon (@rbernon) commented about dlls/windows.devices.enumeration/tests/devices.c:
IVectorView_DeviceInformation_Release( info_collection ); hr = IDeviceInformationStatics_FindAllAsyncAqsFilterAndAdditionalProperties( device_info_statics, NULL, NULL, &info_collection_async );
- todo_wine ok( hr == S_OK, "got hr %#lx\n", hr );
- ok( hr == S_OK, "got hr %#lx\n", hr );
- if (SUCCEEDED( hr ))
- { await_device_information_collection( info_collection_async );
check_device_information_collection_async( info_collection_async, 2, Completed, S_OK, &info_collection );
- check_device_information_collection_async_no_id( info_collection_async, Completed, S_OK, &info_collection ); IAsyncOperation_DeviceInformationCollection_Release( info_collection_async );
This change should probably be moved to when the test is being added, same below.