mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 23:12:48 +00:00
[DXDIAGN_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68523
This commit is contained in:
parent
a035ca3f75
commit
3c29e34f0a
1 changed files with 2 additions and 0 deletions
|
@ -701,6 +701,7 @@ static void test_GetProp(void)
|
||||||
IDxDiagContainer_AddRef(child);
|
IDxDiagContainer_AddRef(child);
|
||||||
ref = IDxDiagContainer_Release(child);
|
ref = IDxDiagContainer_Release(child);
|
||||||
ok(ref == 2, "Expected reference count to be 2, got %u\n", ref);
|
ok(ref == 2, "Expected reference count to be 2, got %u\n", ref);
|
||||||
|
IDxDiagContainer_Release(child);
|
||||||
|
|
||||||
IDxDiagContainer_Release(child);
|
IDxDiagContainer_Release(child);
|
||||||
cleanup:
|
cleanup:
|
||||||
|
@ -1010,6 +1011,7 @@ static void test_DxDiag_DisplayDevices(void)
|
||||||
trace("Testing container %s\n", wine_dbgstr_w(child_container));
|
trace("Testing container %s\n", wine_dbgstr_w(child_container));
|
||||||
test_container_properties(child, property_tests, sizeof(property_tests)/sizeof(property_tests[0]));
|
test_container_properties(child, property_tests, sizeof(property_tests)/sizeof(property_tests[0]));
|
||||||
}
|
}
|
||||||
|
IDxDiagContainer_Release(child);
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue