X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FDefaultFcpClientTest.java;h=9a9986457f810bda44143738bcc2b15a28fad96d;hb=136c29e739af8397a2a1a1d318629e7394fe37c2;hp=683c25a023de6bc3b72d5325f9c5b905b8e01d11;hpb=035ef14447e88cce66aaf0a4c09fa06e2888be6e;p=jFCPlib.git 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"));