mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-18 14:08:15 +02:00
Use numeric IDs rather than names to identify transports.
This commit is contained in:
@@ -43,7 +43,7 @@ public class BatchConnectionReadWriteTest extends TestCase {
|
||||
private final File testDir = TestUtils.getTestDirectory();
|
||||
private final File aliceDir = new File(testDir, "alice");
|
||||
private final File bobDir = new File(testDir, "bob");
|
||||
private final Map<String, Map<String, String>> transports =
|
||||
private final Map<Integer, Map<String, String>> transports =
|
||||
Collections.emptyMap();
|
||||
private final byte[] aliceSecret, bobSecret;
|
||||
private final int transportId = 123;
|
||||
|
||||
Reference in New Issue
Block a user