From f0a485d5a2d944563b0ff8533d9a9809ceaad3bd Mon Sep 17 00:00:00 2001 From: Hugo Arès Date: Wed, 1 Jun 2016 15:56:18 -0400 Subject: Add missing @Test annotations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie5ffcbf18233dc9b3eb232f714b5b58b6b93f4e0 Signed-off-by: Hugo Arès --- org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'org.eclipse.jgit.pgm.test') diff --git a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java b/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java index fe80388c0c..2c0abd78a5 100644 --- a/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java +++ b/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java @@ -135,6 +135,7 @@ public class CloneTest extends CLIRepositoryTestCase { assertEquals("expected 1 branch", 1, branches.size()); } + @Test public void testCloneBare() throws Exception { createInitialCommit(); -- cgit v1.2.3