1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski dc46267833
fix(test): Don't rely on row IDs after moving tables
Row ID's are not guaranteed to match those from the original peer table.

New checking method is equally strict since we already verify the number
of entries, and the SQL schema guarantees that entries are unique.
2022-05-21 20:49:32 -07:00
..
chatlog refactor: Comply with Wpedantic 2022-03-11 10:08:02 -08:00
core refactor(model): Rename Contact and ContactId to Chat and ChatId 2022-03-14 12:44:37 -07:00
dbutility refactor(History): Split peers table into chats and authors 2022-03-29 21:27:01 -07:00
mock chore(build): Enable all warnings on qTox libraries as well 2022-03-24 04:19:41 -07:00
model feat(CI): Disallow unsafe implicit casts to QString 2022-04-05 12:10:05 -07:00
net refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
persistence fix(test): Don't rely on row IDs after moving tables 2022-05-21 20:49:32 -07:00
platform refactor(style): Match declaration and definition argument names 2022-03-15 08:19:53 -07:00
widget refactor: Move FriendList global state into class 2022-03-30 19:04:11 -07:00