1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Anthony Bilinski e426994e5f
test: Fix issues with core_online_test
* Move static function variables from core to be class member variables,
  allowing two Core instances to run at once
* Replace deprecated QLatin1Literal with QLatin1String
* qvariant_cast slot argument to ToxPk, rather than trying to convert variant
  to bytes directly which is invalid
* Fix "wait for both to come online" accidentally waiting for Bob twice
* Move all sleeps to QTRY_VERIFY_WITH_TIMEOUT to speed up test
* Update settings* -> settings& based on Core API change
* Update Mock to match API change of IBootstrapListGenerator
* Register metatype of ToxPk, uint32_t, Status::Status
* Correct Alice's spy looking for Bob's pk
2022-03-02 23:30:04 -08:00
..
chatlog chore(review): Copyright notice cleanup 2021-11-21 16:19:22 -08:00
core test: Fix issues with core_online_test 2022-03-02 23:30:04 -08:00
mock refactor: Provide a Virtual Method Anchor for Classes in Headers 2021-10-26 16:47:40 +00:00
model feat(Settings): Add setting for hiding group join and leave system messages 2022-02-20 17:32:23 -08:00
net refactor(Paths): Remove Paths factory to enable copy construction 2022-02-16 20:15:46 -08:00
persistence fix(history): Replace invalid Tox ID saved in peers table with Tox public key 2022-02-20 14:27:33 -08:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
widget feat(filesform): Add in progress transfers to files form 2021-12-11 15:38:35 -08:00