tests: si-audio-adapter: test is.device property

This commit is contained in:
George Kiagiadakis 2021-05-27 17:01:55 +03:00
parent bf9d4c4ed7
commit ae99e50182

View file

@ -97,6 +97,9 @@ test_si_audio_adapter_configure_activate (TestFixture * f,
str = wp_properties_get (props, "enable.monitor");
g_assert_nonnull (str);
g_assert_cmpstr ("0", ==, str);
str = wp_properties_get (props, "is.device");
g_assert_nonnull (str);
g_assert_cmpstr ("1", ==, str);
str = wp_properties_get (props, "si.factory.name");
g_assert_nonnull (str);
g_assert_cmpstr ("si-audio-adapter", ==, str);