mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 20:59:09 +02:00
tests: si-audio-adapter: test is.device property
This commit is contained in:
parent
bf9d4c4ed7
commit
ae99e50182
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue