diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-03-12 18:48:29 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2014-03-12 18:48:29 -0400 |
commit | 351aa430e2c01844ee1653dc32e6e8c923420a1d (patch) | |
tree | ab49e1be0f66f2ad5ea45979cb78b5bd1f3d50e3 | |
parent | 62b538d8917e7b68407cda70f217606904bf75a2 (diff) | |
parent | f1d8ce1dce9502d0d7a6383a1cff9693c178f245 (diff) | |
download | jgit-351aa430e2c01844ee1653dc32e6e8c923420a1d.tar.gz jgit-351aa430e2c01844ee1653dc32e6e8c923420a1d.zip |
Merge "Rename test class so it is also executed during maven test phase"
-rw-r--r-- | org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTest.java (renamed from org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTest.java index 79d8f60441..7b3d4f6900 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java +++ b/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 { |