浏览代码

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>
tags/v5.6.0.201911271000-m3
Matthias Sohn 4 年前
父节点
当前提交
bceac7bd03
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java

+ 0
- 1
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();

正在加载...
取消
保存