Add missing @Test annotations

Change-Id: Ie5ffcbf18233dc9b3eb232f714b5b58b6b93f4e0
Signed-off-by: Hugo Arès <hugo.ares@ericsson.com>
This commit is contained in:
Hugo Arès 2016-06-01 15:56:18 -04:00
parent 525baa1213
commit f0a485d5a2
2 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ public void testCloneIntoCurrentDir() throws Exception {
assertEquals("expected 1 branch", 1, branches.size());
}
@Test
public void testCloneBare() throws Exception {
createInitialCommit();

View File

@ -271,6 +271,7 @@ public static void validateIndex(Git git) throws NoWorkTreeException,
}
}
@Test
public void testCheckoutMixedNewlines() throws Exception {
// "git config core.autocrlf true"
StoredConfig config = git.getRepository().getConfig();