mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
add a test
This commit is contained in:
@@ -632,6 +632,9 @@ class TestOnlineAccount:
|
|||||||
def test_send_and_receive_message_markseen(self, acfactory, lp):
|
def test_send_and_receive_message_markseen(self, acfactory, lp):
|
||||||
ac1, ac2 = acfactory.get_two_online_accounts()
|
ac1, ac2 = acfactory.get_two_online_accounts()
|
||||||
|
|
||||||
|
# make DC's life harder wrt to encodings
|
||||||
|
ac1.set_config("displayname", "ä name")
|
||||||
|
|
||||||
lp.sec("ac1: create chat with ac2")
|
lp.sec("ac1: create chat with ac2")
|
||||||
chat = self.get_chat(ac1, ac2)
|
chat = self.get_chat(ac1, ac2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user