mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Printlns to track down a test failure.
This commit is contained in:
@@ -26,6 +26,7 @@ public class TorPluginTest extends BriarTestCase {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testHiddenService() throws Exception {
|
public void testHiddenService() throws Exception {
|
||||||
|
System.err.println("======== testHiddenService ========");
|
||||||
Executor e = Executors.newCachedThreadPool();
|
Executor e = Executors.newCachedThreadPool();
|
||||||
TorPlugin serverPlugin = null, clientPlugin = null;
|
TorPlugin serverPlugin = null, clientPlugin = null;
|
||||||
try {
|
try {
|
||||||
@@ -82,6 +83,7 @@ public class TorPluginTest extends BriarTestCase {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStoreAndRetrievePrivateKey() throws Exception {
|
public void testStoreAndRetrievePrivateKey() throws Exception {
|
||||||
|
System.err.println("======== testStoreAndRetrievePrivateKey ========");
|
||||||
Executor e = Executors.newCachedThreadPool();
|
Executor e = Executors.newCachedThreadPool();
|
||||||
TorPlugin plugin = null;
|
TorPlugin plugin = null;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user