From 136c29e739af8397a2a1a1d318629e7394fe37c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 21 Aug 2015 20:46:59 +0200 Subject: [PATCH] Rename tests --- .../java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java b/src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java index 683c25a..9a99864 100644 --- a/src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java +++ b/src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java @@ -1993,7 +1993,7 @@ public class DefaultFcpClientTest { public class LoadPlugin { @Test - public void fromFreenet() throws ExecutionException, InterruptedException, IOException { + public void officialFromFreenet() throws ExecutionException, InterruptedException, IOException { Future> pluginInfo = fcpClient.loadPlugin().officialFromFreenet("superPlugin").execute(); connectNode(); @@ -2013,7 +2013,7 @@ public class DefaultFcpClientTest { } @Test - public void persistentFromFreenet() throws ExecutionException, InterruptedException, + public void persistentOfficialFromFreenet() throws ExecutionException, InterruptedException, IOException { Future> pluginInfo = fcpClient.loadPlugin().addToConfig().officialFromFreenet("superPlugin").execute(); @@ -2034,7 +2034,7 @@ public class DefaultFcpClientTest { } @Test - public void fromHttps() throws ExecutionException, InterruptedException, IOException { + public void officialFromHttps() throws ExecutionException, InterruptedException, IOException { Future> pluginInfo = fcpClient.loadPlugin().officialFromHttps("superPlugin").execute(); connectNode(); List lines = fcpServer.collectUntil(is("EndMessage")); -- 2.7.4