mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Use namespaced strings for client IDs
This commit is contained in:
@@ -85,11 +85,6 @@ public class BlogManagerImplTest extends BriarTestCase {
|
||||
message = new Message(messageId, blog1.getId(), 42, getRandomBytes(42));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testClientId() {
|
||||
assertEquals(CLIENT_ID, blogManager.getClientId());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCreateLocalState() throws DbException {
|
||||
final Transaction txn = new Transaction(null, false);
|
||||
|
||||
Reference in New Issue
Block a user