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>
stable-0.12
Christian Halstrick 14 years ago committed by Mathias Kinzler
parent
commit
26f907a6cb
  1. 1244
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java
  2. 1309
      org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitOnlyTest.java

1244
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java

File diff suppressed because it is too large Load Diff

1309
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitOnlyTest.java

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save