From e7d66d4b713d41dda9ce512f31e20e4bbd13aa0a Mon Sep 17 00:00:00 2001
From: akwizgran <akwizgran@users.sourceforge.net>
Date: Mon, 14 May 2012 10:28:36 +0200
Subject: [PATCH] Printlns to track down a test failure.

---
 test/net/sf/briar/plugins/tor/TorPluginTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/net/sf/briar/plugins/tor/TorPluginTest.java b/test/net/sf/briar/plugins/tor/TorPluginTest.java
index 43c152fd32..cfc2884fe5 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 {
-- 
GitLab