[ http://jira.codehaus.org/browse/MRELEASE-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Olivier Lamy updated MRELEASE-254: ---------------------------------- Attachment: org.apache.maven.shared.release.phase.RewritePomsForDevelopmentPhaseTest.txt I attach the surefire report. Just to know when you installed cygwin Text File Type have you setup (Unix / binary or DOS / text). Perso, I use Unix / binary. But anyway, IMHO using xmlunit (or rewrite xml with jdom Format) for reasons. First, prevent this problems Second : following xml will be equals {code:xml} <root> <foo>bar</foo> </root> <root><foo>bar</foo></root> <root> <foo>bar</foo> </root> {code} > tests failed on windows > ----------------------- > > Key: MRELEASE-254 > URL: http://jira.codehaus.org/browse/MRELEASE-254 > Project: Maven 2.x Release Plugin > Issue Type: Bug > Environment: windows + cygwin > Reporter: Olivier Lamy > Attachments: MRELEASE-254, > org.apache.maven.shared.release.phase.RewritePomsForDevelopmentPhaseTest.txt > > > Tests failed on windows due to Comparing files with String equals method. > This patch compares xml content with using xmlunit. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira