mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Fix IntroductionManager unit tests
This commit is contained in:
@@ -97,10 +97,12 @@ public class IntroductionManagerImplTest extends BriarTestCase {
|
|||||||
);
|
);
|
||||||
metadataBefore = BdfDictionary.of(
|
metadataBefore = BdfDictionary.of(
|
||||||
new BdfEntry(GROUP_KEY_MSG_COUNT, 41L),
|
new BdfEntry(GROUP_KEY_MSG_COUNT, 41L),
|
||||||
|
new BdfEntry(GROUP_KEY_UNREAD_COUNT, 0L),
|
||||||
new BdfEntry(GROUP_KEY_LATEST_MSG, 0L)
|
new BdfEntry(GROUP_KEY_LATEST_MSG, 0L)
|
||||||
);
|
);
|
||||||
metadataAfter = BdfDictionary.of(
|
metadataAfter = BdfDictionary.of(
|
||||||
new BdfEntry(GROUP_KEY_MSG_COUNT, 42L),
|
new BdfEntry(GROUP_KEY_MSG_COUNT, 42L),
|
||||||
|
new BdfEntry(GROUP_KEY_UNREAD_COUNT, 0L),
|
||||||
new BdfEntry(GROUP_KEY_LATEST_MSG, time)
|
new BdfEntry(GROUP_KEY_LATEST_MSG, time)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user