mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Updated test to match changes to plugin.
This commit is contained in:
@@ -18,7 +18,7 @@ public class BluetoothServerTest extends BluetoothTest {
|
|||||||
void run() throws Exception {
|
void run() throws Exception {
|
||||||
ServerCallback callback = new ServerCallback();
|
ServerCallback callback = new ServerCallback();
|
||||||
// Store the UUID
|
// Store the UUID
|
||||||
callback.config.put("uuid", UUID);
|
callback.local.put("uuid", UUID);
|
||||||
// Create the plugin
|
// Create the plugin
|
||||||
Executor e = Executors.newCachedThreadPool();
|
Executor e = Executors.newCachedThreadPool();
|
||||||
BluetoothPlugin plugin = new BluetoothPlugin(e, callback, 0L);
|
BluetoothPlugin plugin = new BluetoothPlugin(e, callback, 0L);
|
||||||
|
|||||||
Reference in New Issue
Block a user