Browse Source

Merge "Rename test class so it is also executed during maven test phase"

stable-3.4
Matthias Sohn 11 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
351aa430e2
  1. 2
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTest.java

2
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java → org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTest.java

@ -72,7 +72,7 @@ import org.junit.Test;
/**
* Testing the git commit and log commands
*/
public class CommitAndLogCommandTests extends RepositoryTestCase {
public class CommitAndLogCommandTest extends RepositoryTestCase {
@Test
public void testSomeCommits() throws JGitInternalException, IOException,
GitAPIException {
Loading…
Cancel
Save