Signal-iOS/SignalServiceKit/tests
Michelle Linington 21f0fcb2ff Fixes broken tests related to the GroupMembers table
The TSGroupMember table is updated after every inserted interaction. It
asserts that the sender of the interaction is in the group membership.

Before, our tests would construct groups with mock membership and then
construct outgoing messages with the local address as the sender. This
would fail this new requirement.

The fix is to make sure that the local address is in the test group
membership if we'd like to "send" any messages.
2021-05-06 15:45:42 -07:00
..
Account Rework dependency access. 2021-03-25 09:24:27 -03:00
Contacts Rework dependency access. 2021-03-25 09:24:27 -03:00
Devices SSK: Convert OWSProvisioningCipher to Swift for SignalClient HKDF 2021-01-28 12:03:49 -08:00
Groups Rework the 'pending member requests and invites' view. 2020-09-03 18:33:07 -03:00
Messages Add support for viewed receipts 2021-04-29 18:01:18 -07:00
Network Rework dependency access. 2021-03-25 09:24:27 -03:00
Security Fix tests 2020-06-01 13:07:56 -07:00
Storage Remove YapDatabase. 2021-03-25 11:41:16 -03:00
Util Fixes broken tests related to the GroupMembers table 2021-05-06 15:45:42 -07:00
SSKBaseTestObjC.h Remove YapDatabase. 2021-03-25 11:41:16 -03:00
SSKBaseTestObjC.m Remove YapDatabase. 2021-03-25 11:41:16 -03:00
SSKBaseTestSwift.swift Remove YapDatabase. 2021-03-25 11:41:16 -03:00
SSKSwiftTests.swift Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00