Browse Source

Merge "Add missing @Test annotations"

stable-4.5
Christian Halstrick 9 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
df75b9c0c1
  1. 1
      org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/CloneTest.java
  2. 1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java

1
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();

1
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PathCheckoutCommandTest.java

@ -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();

Loading…
Cancel
Save