Merge "Add missing @Test annotations"

This commit is contained in:
Christian Halstrick 2016-06-02 03:28:00 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit df75b9c0c1
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();