[ https://issues.apache.org/jira/browse/SCM-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17542414#comment-17542414 ]
Niels Basjes commented on SCM-939: ---------------------------------- Sure, I'll pick this one up. I'm going to wait until the other two pull requests have been merged (which I expect to be any day now). > Assume SCM is present > --------------------- > > Key: SCM-939 > URL: https://issues.apache.org/jira/browse/SCM-939 > Project: Maven SCM > Issue Type: Bug > Reporter: Elliotte Rusty Harold > Priority: Minor > > We have a lot of tests that do something like this: > > if ( !ScmTestCase.isSystemCmd( SvnScmTestUtils.SVN_COMMAND_LINE ) ) > { > ScmTestCase.printSystemCmdUnavail( SvnScmTestUtils.SVN_COMMAND_LINE, > getName() ); > return; > } > > We should instead use org.*junit*.*Assume* here so these are marked as > skipped rather than passed. > -- This message was sent by Atlassian Jira (v8.20.7#820007)