mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
[core] address feedback for selective conversation message deletion
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ public class MessagingManagerIntegrationTest
|
||||
messagingManager0 = c0.getMessagingManager();
|
||||
messagingManager1 = c1.getMessagingManager();
|
||||
messageFactory = c0.getPrivateMessageFactory();
|
||||
assertEquals(contact0From1, contact1From0);
|
||||
assertEquals(contactId0From1, contactId1From0);
|
||||
contactId = contactId0From1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user