mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: fix property test
The long key is now ignored instead of truncated.
This commit is contained in:
parent
d91cc99d92
commit
667fa18526
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ PWTEST(properties_serialize_dict_stack_overflow)
|
|||
fp = fopen(tmpfile, "w");
|
||||
pwtest_ptr_notnull(fp);
|
||||
r = pw_properties_serialize_dict(fp, &dict, 0);
|
||||
pwtest_int_eq(r, 2);
|
||||
pwtest_int_eq(r, 1);
|
||||
|
||||
fclose(fp);
|
||||
free(long_value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue