diff --git a/test/net/sf/briar/plugins/tor/TorPluginTest.java b/test/net/sf/briar/plugins/tor/TorPluginTest.java index 43c152fd3..cfc2884fe 100644 --- a/test/net/sf/briar/plugins/tor/TorPluginTest.java +++ b/test/net/sf/briar/plugins/tor/TorPluginTest.java @@ -26,6 +26,7 @@ public class TorPluginTest extends BriarTestCase { @Test public void testHiddenService() throws Exception { + System.err.println("======== testHiddenService ========"); Executor e = Executors.newCachedThreadPool(); TorPlugin serverPlugin = null, clientPlugin = null; try { @@ -82,6 +83,7 @@ public class TorPluginTest extends BriarTestCase { @Test public void testStoreAndRetrievePrivateKey() throws Exception { + System.err.println("======== testStoreAndRetrievePrivateKey ========"); Executor e = Executors.newCachedThreadPool(); TorPlugin plugin = null; try {