[ https://issues.apache.org/jira/browse/SCM-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963496#comment-17963496 ]
ASF GitHub Bot commented on SCM-887: ------------------------------------ jira-importer opened a new issue, #1110: URL: https://github.com/apache/maven-scm/issues/1110 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** opened **[SCM-887](https://issues.apache.org/jira/browse/SCM-887?redirect=false)** and commented ``` 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''*****']> ``` as well as several AccuRev tests. --- **Affects:** 1.10.0 > 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)