mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
mf/tests: Initialize variable to avoid spurious test failure.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3b621e6d6d
commit
838965a75b
1 changed files with 1 additions and 0 deletions
|
@ -1237,6 +1237,7 @@ todo_wine {
|
|||
ok(hr == S_OK, "Failed to get attribute key, hr %#x.\n", hr);
|
||||
ok(IsEqualGUID(&guid, &MF_TOPOLOGY_RESOLUTION_STATUS), "Unexpected key %s.\n", wine_dbgstr_guid(&guid));
|
||||
}
|
||||
value = 0xdeadbeef;
|
||||
hr = IMFTopology_GetUINT32(full_topology, &MF_TOPOLOGY_RESOLUTION_STATUS, &value);
|
||||
todo_wine {
|
||||
ok(hr == S_OK, "Failed to get attribute, hr %#x.\n", hr);
|
||||
|
|
Loading…
Reference in a new issue