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

This commit is contained in:
Matthias Sohn 2014-03-12 18:48:29 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 351aa430e2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
/**
* 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 {