[core] address feedback for selective conversation message deletion

This commit is contained in:
Torsten Grote
2019-10-28 09:45:41 -03:00
parent f516dbe34f
commit c7200910c9
5 changed files with 25 additions and 26 deletions

View File

@@ -1470,7 +1470,8 @@ public class IntroductionIntegrationTest
sync0To2(1, true);
eventWaiter.await(TIMEOUT, 1);
// deleting introduction also fails for introducees
// deleting introduction fails for introducees,
// because response is not yet selected for deletion
assertFalse(deleteMessages0From1(toDelete1));
assertFalse(deleteMessages0From2(toDelete2));

View File

@@ -56,7 +56,7 @@ public class MessagingManagerIntegrationTest
messagingManager0 = c0.getMessagingManager();
messagingManager1 = c1.getMessagingManager();
messageFactory = c0.getPrivateMessageFactory();
assertEquals(contact0From1, contact1From0);
assertEquals(contactId0From1, contactId1From0);
contactId = contactId0From1;
}