summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-10-21 09:29:50 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-10-21 09:29:50 +0200
commitbceac7bd03e5a7660cb4f934f0db7ada7eab7b54 (patch)
treee222bf8a312dee859820dd7e1c4724263d23c0b9 /org.eclipse.jgit.test/tst
parent6216b0de8a829fa764b8c8c51095cf0c5964213f (diff)
downloadjgit-bceac7bd03e5a7660cb4f934f0db7ada7eab7b54.tar.gz
jgit-bceac7bd03e5a7660cb4f934f0db7ada7eab7b54.zip
Remove meaningless comment in CloneCommandTest
This comment was probably copied from testCloneRepositoryWithBranch() to testBareCloneRepositoryOnlyOneBranch() where it doesn't make sense. Hence remove it. Change-Id: I846debd084dd77fd473c3602a799f195a8390f77 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/tst')
-rw-r--r--org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java
index 63fe4212ba..3224bbb784 100644
--- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java
+++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java
@@ -403,7 +403,6 @@ public class CloneCommandTest extends RepositoryTestCase {
@Test
public void testBareCloneRepositoryOnlyOneBranch() throws Exception {
- // Same thing, but now test with bare repo
File directory = createTempDirectory(
"testCloneRepositoryWithBranch_bare");
CloneCommand command = Git.cloneRepository();