Updated test to match changes to plugin.

This commit is contained in:
akwizgran
2011-10-28 13:37:52 +01:00
parent d2e1500ac1
commit 712d9b7698

View File

@@ -18,7 +18,7 @@ public class BluetoothServerTest extends BluetoothTest {
void run() throws Exception {
ServerCallback callback = new ServerCallback();
// Store the UUID
callback.config.put("uuid", UUID);
callback.local.put("uuid", UUID);
// Create the plugin
Executor e = Executors.newCachedThreadPool();
BluetoothPlugin plugin = new BluetoothPlugin(e, callback, 0L);