]> source.dussan.org Git - jgit.git/commit
MergeCommandTest: Use JUnit's assume to check preconditions 64/66464/1
authorDavid Pursehouse <david.pursehouse@sonymobile.com>
Fri, 12 Feb 2016 05:41:44 +0000 (14:41 +0900)
committerDavid Pursehouse <david.pursehouse@sonymobile.com>
Fri, 12 Feb 2016 05:41:44 +0000 (14:41 +0900)
commit61bb701eebb8b6701510dff392f6370a54358e13
tree1d08e01ba632d436b1ca1454c05de504fee46a6c
parent03987f980b7336786a1d63fe39425a41b27eb0eb
MergeCommandTest: Use JUnit's assume to check preconditions

Using the assume method, instead of just returning, will cause the
test to be marked as skipped rather than passed on systems where
the precondition is not satisfied.

Change-Id: I13672371f6cd3c481a0a6247e0eaed3aac6d766e
Signed-off-by: David Pursehouse <david.pursehouse@sonymobile.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/MergeCommandTest.java