mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Fixed a broken test.
This commit is contained in:
@@ -1198,6 +1198,7 @@ public class DatabaseComponentImplTest extends BriarTestCase {
|
|||||||
oneOf(database).containsVisibleGroup(txn, contactId, groupId);
|
oneOf(database).containsVisibleGroup(txn, contactId, groupId);
|
||||||
will(returnValue(true));
|
will(returnValue(true));
|
||||||
// The message wasn't stored but it must still be acked
|
// The message wasn't stored but it must still be acked
|
||||||
|
oneOf(database).raiseSeenFlag(txn, contactId, messageId);
|
||||||
oneOf(database).raiseAckFlag(txn, contactId, messageId);
|
oneOf(database).raiseAckFlag(txn, contactId, messageId);
|
||||||
oneOf(database).commitTransaction(txn);
|
oneOf(database).commitTransaction(txn);
|
||||||
// The message was received but not added
|
// The message was received but not added
|
||||||
|
|||||||
Reference in New Issue
Block a user