Rename to Mailbox update

This commit is contained in:
Daniel Lublin
2022-05-16 09:59:38 +02:00
parent d2728dd29b
commit 3f7aed7886
21 changed files with 348 additions and 387 deletions

View File

@@ -1051,8 +1051,8 @@ public class IntroductionIntegrationTest
true);
contact0From1 = contactManager1.getContact(contactId0From1);
// Sync initial client versioning updates, mailbox properties updates,
// and transport properties
// Sync initial client versioning updates, mailbox updates, and
// transport properties
sync0To1(1, true);
sync1To0(1, true);
sync0To1(3, true);

View File

@@ -172,7 +172,7 @@ public abstract class BriarIntegrationTest<C extends BriarIntegrationTestCompone
true);
contact0From2 = contactManager2.getContact(contactId0From2);
// Sync initial client versioning updates and mailbox properties updates
// Sync initial client versioning updates and mailbox updates
sync0To1(1, true);
sync1To0(1, true);
sync0To1(2, true);
@@ -202,8 +202,8 @@ public abstract class BriarIntegrationTest<C extends BriarIntegrationTestCompone
// Sync initial client versioning updates
sync1To2(1, true);
sync2To1(1, true);
// Sync 2nd client versioning msg from 1to2, mailbox properties updates,
// and transport properties if we should
// Sync 2nd client versioning msg from 1to2, mailbox updates, and
// transport properties if we should
if (haveTransportProperties) {
sync1To2(3, true);
sync2To1(2, true);