[ https://issues.apache.org/jira/browse/SCM-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965052#comment-17965052 ]
Olivier Lamy commented on SCM-887: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#1110|https://github.com/apache/maven-scm/issues/1110]. > Plexus Utils 3.0.24 makes some tests fail > ----------------------------------------- > > Key: SCM-887 > URL: https://issues.apache.org/jira/browse/SCM-887 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Affects Versions: 1.10.0 > Reporter: Michael Osipov > Assignee: Michael Osipov > Priority: Major > Fix For: 1.10.0 > > > {noformat} > Failed tests: > SvnCommandLineUtilsTest.testCryptPassword:50 expected:<...name' > '--password' '[*****]' '--no-auth-cache' ...> but was:<...name' '--password' > '[password]' '--no-auth-cache' ...> > Failed tests: > SynergyCCMTest.testCreateTask:131 [/bin/sh -c 'ccm' 'task' '-create' > '-synopsis' 'the synopsis' '-release' 'release' '-default' '-description' > 'This task was created by Maven SCM Synergy provider on Thu May 10 23:22:09 > CEST 2018'] does not contain [ccm task -create -synopsis 'the synopsis' > -release release] > Failed tests: > JazzScmCommandTest.testCryptPassword:72 cryptPassword failed! > expected:</bin/sh -c [scm list --repository-uri https://localhost:9443/jazz > --username myUserName --password ]'*****'> but was:</bin/sh -c ['scm' 'list' > '--repository-uri' 'https://localhost:9443/jazz' '--username' 'myUserName' > '--password']'*****'> > JazzScmCommandTest.testCryptPasswordWithExtraArg:85 cryptPassword failed! > expected:</bin/sh -c [scm list --repository-uri https://localhost:9443/jazz > --username myUserName --password '*****' ExtraArg]> but was:</bin/sh -c > ['scm' 'list' '--repository-uri' 'https://localhost:9443/jazz' '--username' > 'myUserName' '--password''*****']> > {noformat} > as well as several AccuRev tests. -- This message was sent by Atlassian Jira (v8.20.10#820010)