diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-11-15 12:03:13 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-11-29 13:34:07 +0100 |
commit | c5ee45044da5d5c2e52ca219904ade47c94304ac (patch) | |
tree | dbb74c10439697eec51dcf97af2712f8734b614d | |
parent | 161cf46898a3068bc77ca8d9b743d7218dbc1d39 (diff) |
fix unit test
-rw-r--r-- | spa/tests/test-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spa/tests/test-utils.c b/spa/tests/test-utils.c index b3fd9982..fc0bb834 100644 --- a/spa/tests/test-utils.c +++ b/spa/tests/test-utils.c @@ -120,7 +120,8 @@ static void test_abi(void) spa_assert(SPA_TYPE_OBJECT_ParamIO == 0x50006); spa_assert(SPA_TYPE_OBJECT_ParamProfile == 0x50007); spa_assert(SPA_TYPE_OBJECT_ParamPortConfig == 0x50008); - spa_assert(SPA_TYPE_OBJECT_LAST == 0x50009); + spa_assert(SPA_TYPE_OBJECT_ParamRoute == 0x50009); + spa_assert(SPA_TYPE_OBJECT_LAST == 0x5000a); spa_assert(SPA_TYPE_VENDOR_PipeWire == 0x02000000); spa_assert(SPA_TYPE_VENDOR_Other == 0x7f000000); |