From: David ‘Bombe’ Roden Date: Fri, 21 Aug 2015 18:46:59 +0000 (+0200) Subject: Rename tests X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=commitdiff_plain;h=136c29e739af8397a2a1a1d318629e7394fe37c2 Rename tests --- 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"));