link2xt
ddc2f55a6f
test: encrypt 15 more Rust tests
...
- chat::chat_tests::test_forward_group
- chat::chat_tests::test_resend_foreign_message_fails
- chat::chat_tests::test_resend_info_message_fails
- ephemeral::ephemeral_tests::test_ephemeral_timer_non_member
- receive_imf::receive_imf_tests::test_delayed_removal_is_ignored
- receive_imf::receive_imf_tests::test_dont_readd_with_normal_msg
- receive_imf::receive_imf_tests::test_dont_recreate_contacts_on_add_remove
- receive_imf::receive_imf_tests::test_member_left_does_not_create_chat
- receive_imf::receive_imf_tests::test_outgoing_private_reply_multidevice
- receive_imf::receive_imf_tests::test_recreate_member_list_on_missing_add_of_self
- receive_imf::receive_imf_tests::test_references
- receive_imf::receive_imf_tests::test_send_as_bot
- receive_imf::receive_imf_tests::test_unsigned_chat_group_hdr
- securejoin::securejoin_tests::test_unknown_sender
- webxdc::webxdc_tests::test_webxdc_reject_updates_from_non_groupmembers
2025-04-01 01:09:55 +00:00
link2xt
dc2e4df286
test: use vCards to create contacts in more Rust tests
2025-03-29 15:22:43 +00:00
link2xt
51bbdadfad
feat: ignore encryption preferences
...
Encryption preference is sent in Autocrypt header,
but otherwise ignored.
Delta Chat always prefers encryption if it is available.
2025-03-12 16:44:52 +00:00
link2xt
33b9a582f3
test: transfer vCards in TestContext.create_chat()
...
SecureJoin and importing a vCard are the primary
ways we want to support for creating contacts.
Typing in an email address and relying on Autocrypt
results in sending the first message unencrypted
and we want to clearly separate unencrypted and encrypted
chats in the future.
To make the tests more stable, we set up test contacts
with vCards as this always immediately
results in creating a single encrypted chat
and this is not going to change.
2025-03-06 21:12:18 +00:00
Hocuri
787f54feda
refactor: Move more tests into their own files ( #6473 )
...
Follow-up to #6456 since this is working out well
2025-01-24 22:13:56 +01:00