]> source.dussan.org Git - jgit.git/commit
Moved tests for commit -o option to own test class 32/2732/4
authorChristian Halstrick <christian.halstrick@sap.com>
Fri, 18 Mar 2011 06:54:35 +0000 (07:54 +0100)
committerMathias Kinzler <mathias.kinzler@sap.com>
Fri, 18 Mar 2011 06:54:35 +0000 (07:54 +0100)
commit26f907a6cb30b45383bee3793bc837b3403a8f0f
tree0c50076c0656b5640d74c90ce0f7d09190c9f825
parentfd963a9180af73b6a05a5c1a2af6dd7168899170
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>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitOnlyTest.java [new file with mode: 0644]