mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 02:39:05 +01:00
Add comment explaining second client versioning message.
This commit is contained in:
@@ -101,7 +101,8 @@ public class SimplexMessagingIntegrationTest extends BriarTestCase {
|
||||
read(bob, write(alice, bobId, eager, 1), 1);
|
||||
// Sync Bob's client versions
|
||||
read(alice, write(bob, aliceId, eager, 1), 1);
|
||||
// Sync Alice's client versions, the private message and the attachment
|
||||
// Sync Alice's second client versioning update (with the active flag
|
||||
// raised), the private message and the attachment
|
||||
read(bob, write(alice, bobId, eager, 3), 3);
|
||||
// Bob should have received the private message
|
||||
assertTrue(listener.messageAdded);
|
||||
|
||||
Reference in New Issue
Block a user