]> source.dussan.org Git - jgit.git/commit
Rename test class so it is also executed during maven test phase 55/23255/1
authorChristian Halstrick <christian.halstrick@sap.com>
Wed, 12 Mar 2014 14:52:38 +0000 (15:52 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Wed, 12 Mar 2014 15:03:20 +0000 (16:03 +0100)
commitf1d8ce1dce9502d0d7a6383a1cff9693c178f245
treee28a7da07514d269a4fbb0162cf596dae248f8e0
parentefd91ef8a7e9d97fab08a6b9a5e181c846b744cb
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
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTest.java [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java [deleted file]