Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-939

Assume SCM is present

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.1.0
    • None
    • None

    Description

      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.

       

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              elharo Elliotte Rusty Harold
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: