소스 검색

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

One specific test was executed when running tests from inside eclipse
(e.g. by using one of our checked in launch configurations). But when
running tests from maven this test was not executed. Maven (the surefire
plugin) looks for Tests only in java files which are named like
"Test*.java", "*Test.java" or "*TestCase.java". Tests in files named
"*Tests.java" are not found.

Change-Id: I62a80fd6e6fda8bd76fdf3f3f2b8cbc56460fb2c
tags/v3.4.0.201405051725-m7
Christian Halstrick 10 년 전
부모
커밋
f1d8ce1dce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTest.java

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…
취소
저장