diff options
author | Christian Halstrick <christian.halstrick@sap.com> | 2016-06-02 03:28:00 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2016-06-02 03:28:02 -0400 |
commit | df75b9c0c189cffdf7df6fa05fad2812c2d29142 (patch) | |
tree | ffe02f774c1cc102b7aaa08b121c26fd2ef6d9b4 /org.eclipse.jgit.pgm.test | |
parent | 34626614a82fc84aab315926b5f4898437e4fc92 (diff) | |
parent | f0a485d5a2d944563b0ff8533d9a9809ceaad3bd (diff) | |
download | jgit-df75b9c0c189cffdf7df6fa05fad2812c2d29142.tar.gz jgit-df75b9c0c189cffdf7df6fa05fad2812c2d29142.zip |
Merge "Add missing @Test annotations"
Diffstat (limited to 'org.eclipse.jgit.pgm.test')
-rw-r--r-- | org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |