mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
[core] throw AssertionError if SessionId is missing
Also remove stale comment
This commit is contained in:
@@ -1349,11 +1349,6 @@ public class IntroductionIntegrationTest
|
||||
assertFalse(deleteAllMessages0From2());
|
||||
}
|
||||
|
||||
/**
|
||||
* This test is testing that a session's deletable flag gets reset
|
||||
* when the session is used again,
|
||||
* so that it can not cause a session to get deleted prematurely.
|
||||
*/
|
||||
@Test
|
||||
public void testDeletingOneSideOfSession() throws Exception {
|
||||
addListeners(false, false);
|
||||
|
||||
Reference in New Issue
Block a user