diff --git a/briar-tests/src/org/briarproject/introduction/IntroductionManagerImplTest.java b/briar-tests/src/org/briarproject/introduction/IntroductionManagerImplTest.java index e6caecad6b56e3ba4d2c2ef6687dcfea42e5416f..c02c29192bc06081234404467a633999c31ca4e2 100644 --- a/briar-tests/src/org/briarproject/introduction/IntroductionManagerImplTest.java +++ b/briar-tests/src/org/briarproject/introduction/IntroductionManagerImplTest.java @@ -97,10 +97,12 @@ public class IntroductionManagerImplTest extends BriarTestCase { ); metadataBefore = BdfDictionary.of( new BdfEntry(GROUP_KEY_MSG_COUNT, 41L), + new BdfEntry(GROUP_KEY_UNREAD_COUNT, 0L), new BdfEntry(GROUP_KEY_LATEST_MSG, 0L) ); metadataAfter = BdfDictionary.of( new BdfEntry(GROUP_KEY_MSG_COUNT, 42L), + new BdfEntry(GROUP_KEY_UNREAD_COUNT, 0L), new BdfEntry(GROUP_KEY_LATEST_MSG, time) );