From 712d9b7698235c7252677d0de469990dca2bb8cd Mon Sep 17 00:00:00 2001 From: akwizgran <akwizgran@users.sourceforge.net> Date: Fri, 28 Oct 2011 13:37:52 +0100 Subject: [PATCH] Updated test to match changes to plugin. --- test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java b/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java index ab7ed23ab9..571de2dd3c 100644 --- a/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java +++ b/test/net/sf/briar/plugins/bluetooth/BluetoothServerTest.java @@ -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); -- GitLab