[ https://issues.apache.org/jira/browse/SCM-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed SCM-939. ------------------------------ Resolution: Fixed Fixed with [95817d6b72d336450a54060371a4c7e593a75586|https://gitbox.apache.org/repos/asf?p=maven-scm.git&a=commit&h=95817d6b72d336450a54060371a4c7e593a75586]. > 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 > Assignee: Michael Osipov > Priority: Minor > Fix For: 2.1.0 > > > 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.10#820010)