Browse Source

Moved tests for commit -o option to own test class

We test the -o option of the commit command very accurate by
writing tests for each line of a decision table. In order to
still be able to point new jgit users to the CommitAndLogCommandTest
to find out how to use log() and commit() I factored out these 1200
lines of very specific tests into their own class.

Change-Id: Icf7c517f790a8fa79c8afd9b7f4a2805cf79196e
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
tags/v0.12.1
Christian Halstrick 13 years ago
parent
commit
26f907a6cb

+ 1
- 1243
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java
File diff suppressed because it is too large
View File


+ 1309
- 0
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitOnlyTest.java
File diff suppressed because it is too large
View File


Loading…
Cancel
Save