Skip to content
Snippets Groups Projects
Commit e7d66d4b authored by akwizgran's avatar akwizgran
Browse files

Printlns to track down a test failure.

parent c1133644
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment