nielsbasjes commented on PR #140:
URL: https://github.com/apache/maven-scm/pull/140#issuecomment-1133973802

   I have 
   - Fixed a few broken tests.
   - Added a tck-hg and tck-local for consistency
   - Added a run-its profile that runs all.
   - Added the method ScmTckTestCase::getScmProviderCommand which either 
returns null (i.e. no command needs to exist) or the name of the command that 
must exist.
   This has been overridden in all `Hg...TckTest` , `SvnExe...TckTest` and 
`GitExe...TckTest` classes (except the two specials mentioned above). This 
method is checked before each test and ignores tests for which the required 
command is missing.
   
   Classes with things I consider "unexpected" and have not changed:
   - GitListCommandTckTest is abstract and not actually implemented anywhere.
   - GitInfoCommandTckTest extends ScmTestCase instead of ScmTckTestCase
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to