Rename tests
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 21 Aug 2015 18:46:59 +0000 (20:46 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 21 Aug 2015 18:48:27 +0000 (20:48 +0200)
src/test/java/net/pterodactylus/fcp/quelaton/DefaultFcpClientTest.java

index 683c25a..9a99864 100644 (file)
@@ -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<Optional<PluginInfo>> 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<Optional<PluginInfo>> 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<Optional<PluginInfo>> pluginInfo = fcpClient.loadPlugin().officialFromHttps("superPlugin").execute();
                        connectNode();
                        List<String> lines = fcpServer.collectUntil(is("EndMessage"));