This commit is contained in:
Hocuri
2020-05-28 21:26:39 +02:00
parent 5677bf3fe5
commit d66b6acde4
4 changed files with 12 additions and 16 deletions

View File

@@ -647,7 +647,7 @@ class TestOnlineAccount:
ac2.start_io()
imap2 = make_direct_imap(ac2, direct_imap.MVBOX)
#imap2.mark_all_read()
# imap2.mark_all_read()
assert imap2.get_unread_cnt() == 0
chat = self.get_chat(ac1, ac2)
@@ -679,8 +679,6 @@ class TestOnlineAccount:
time.sleep(1) # We might need to wait because Imaplib is slower than DC-Core
assert imap2.get_unread_cnt() == 0
#print_imap_structure(ac1.db_path)
def test_mark_bcc_read_on_server(self, acfactory, lp):
ac1 = acfactory.get_online_configuring_account(mvbox=True, move=True)
ac2 = acfactory.get_online_configuring_account()
@@ -691,7 +689,7 @@ class TestOnlineAccount:
ac2.start_io()
imap1 = make_direct_imap(ac1, direct_imap.MVBOX)
#imap1.mark_all_read()
# imap1.mark_all_read()
assert imap1.get_unread_cnt() == 0
chat = self.get_chat(ac1, ac2)
@@ -712,8 +710,6 @@ class TestOnlineAccount:
break
time.sleep(1) # We might need to wait because Imaplib is slower than DC-Core
#print_imap_structure(ac1.db_path)
assert imap1.get_unread_cnt() == 0
def test_send_file_twice_unicode_filename_mangling(self, tmpdir, acfactory, lp):