1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test/persistence
Anthony Bilinski f777aa885c
fix(history): Heal invalid resume_file_id's saved to history
Replace underlength resume_file_id's with arbitrary data. Loaded file IDs are
not used for anything at this time, but they should not be null nor invalid.
Any 32-byte value is valid, so use all 0's for consistency.

Fix #6553
2022-03-25 16:47:52 -07:00
..
dbschema_test.cpp fix(history): Heal invalid resume_file_id's saved to history 2022-03-25 16:47:52 -07:00
offlinemsgengine_test.cpp refactor(style): Match declaration and definition argument names 2022-03-15 08:19:53 -07:00
paths_test.cpp refactor: Comply with Clang's Wunused-const-variable 2022-03-15 08:19:53 -07:00
smileypack_test.cpp fix(tests): Mock Settings for SmileyPack test 2022-03-15 01:32:16 -07:00