]> source.dussan.org Git - jgit.git/commitdiff
Rename a test method 31/165831/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Sat, 4 Jul 2020 13:14:17 +0000 (15:14 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sat, 4 Jul 2020 13:14:17 +0000 (15:14 +0200)
Change-Id: Ibb0bf0b1895a07a80a1f73d2fd6df2cb2d09fd77
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.ssh.apache.test/tst/org/eclipse/jgit/transport/sshd/ApacheSshTest.java

index 1b2f7f32f4749eb40937f98d47117eb236b1fa69..a58ee2e992f365dacfcfb2c2285bf6477277b33a 100644 (file)
@@ -188,7 +188,7 @@ public class ApacheSshTest extends SshTestBase {
         *      "https://issues.apache.org/jira/projects/SSHD/issues/SSHD-1028">SSHD-1028</a>
         */
        @Test
-       public void testPushWithSessionLimit() throws Exception {
+       public void testCloneAndFetchWithSessionLimit() throws Exception {
                server.getProperties().put(ServerFactoryManager.MAX_CONCURRENT_SESSIONS,
                                Integer.valueOf(2));
                File localClone = cloneWith("ssh://localhost/doesntmatter",