X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpTest.java;h=9e0c0c5f799c1219a3186de29af9deaa67ed165f;hb=a32f9afee5f1aa0775bff199aba988c77baa618e;hp=a47cbcaf40123669d9ed20223eeebbbfa8489437;hpb=7c448b92a24145ed2b179f4395698c459c48b1ca;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpTest.java b/src/net/pterodactylus/fcp/FcpTest.java index a47cbca..9e0c0c5 100644 --- a/src/net/pterodactylus/fcp/FcpTest.java +++ b/src/net/pterodactylus/fcp/FcpTest.java @@ -25,7 +25,7 @@ import junit.framework.TestCase; /** * Tests various commands and the FCP connection. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> * @version $Id$ */ @@ -49,7 +49,7 @@ public class FcpTest extends TestCase { */ @Override protected void tearDown() throws Exception { - fcpConnection.disconnect(); + fcpConnection.close(); } /** @@ -62,7 +62,7 @@ public class FcpTest extends TestCase { /** * Generates an SSK key pair. - * + * * @throws IOException * if an I/O error occurs * @throws InterruptedException