mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Rename to Mailbox update
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user