test: fix property test

The long key is now ignored instead of truncated.
This commit is contained in:
Wim Taymans 2021-06-09 18:17:31 +02:00
parent d91cc99d92
commit 667fa18526

View file

@ -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);