mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 07:28:41 +02:00
tests: fix permissions check failure with latest pipewire
This commit is contained in:
parent
3e65325519
commit
e68f8d4ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ test_proxy_basic_object_added (WpObjectManager *om, WpProxy *proxy,
|
|||
g_assert_nonnull (omcore);
|
||||
g_assert_true (pcore == omcore);
|
||||
}
|
||||
g_assert_cmphex (wp_proxy_get_global_permissions (proxy), ==, PW_PERM_RWX);
|
||||
g_assert_cmphex (wp_proxy_get_global_permissions (proxy), ==, PW_PERM_ALL);
|
||||
g_assert_true (WP_IS_CLIENT (proxy));
|
||||
|
||||
g_assert_cmphex (wp_proxy_get_features (proxy), ==, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue