Printlns to track down a test failure.

This commit is contained in:
akwizgran
2012-05-14 10:28:36 +02:00
parent c1133644e8
commit e7d66d4b71

View File

@@ -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 {