Commit fe28e615 authored by Wonjun Jung's avatar Wonjun Jung Committed by Alexandre Julliard

wbemprox: Add Win32_SoundDevice query test for Caption property.

parent c8171e02
......@@ -2122,6 +2122,7 @@ static void test_Win32_SoundDevice( IWbemServices *services )
hr = IEnumWbemClassObject_Next( result, 10000, 1, &obj, &count );
if (hr != S_OK) break;
check_property( obj, L"Caption", VT_BSTR, CIM_STRING );
check_property( obj, L"DeviceID", VT_BSTR, CIM_STRING );
check_property( obj, L"Manufacturer", VT_BSTR, CIM_STRING );
check_property( obj, L"Name", VT_BSTR, CIM_STRING );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment