]> source.dussan.org Git - jgit.git/commitdiff
Add missing @Test annotations 09/74309/2
authorHugo Arès <hugo.ares@ericsson.com>
Wed, 1 Jun 2016 19:56:18 +0000 (15:56 -0400)
committerHugo Arès <hugo.ares@ericsson.com>
Wed, 1 Jun 2016 20:06:23 +0000 (16:06 -0400)
Change-Id: Ie5ffcbf18233dc9b3eb232f714b5b58b6b93f4e0
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java

index fe80388c0c203fefc568b5f34dd60dec3ad3c1b2..2c0abd78a5950d3fe2eae23943190808cef2ac28 100644 (file)
@@ -135,6 +135,7 @@ public class CloneTest extends CLIRepositoryTestCase {
                assertEquals("expected 1 branch", 1, branches.size());
        }
 
+       @Test
        public void testCloneBare() throws Exception {
                createInitialCommit();
 
index 3343af06ddeaa08a1256993ee2852f9ba57f41a6..12507737222ff97e0395ee636a08ba9e6b613d48 100644 (file)
@@ -271,6 +271,7 @@ public class PathCheckoutCommandTest extends RepositoryTestCase {
                }
        }
 
+       @Test
        public void testCheckoutMixedNewlines() throws Exception {
                // "git config core.autocrlf true"
                StoredConfig config = git.getRepository().getConfig();