Hello Colm,

Finally good news!
As I suspect it is a line-end compatibility problems, I try the following:
   1.  git config --global core.autocrlf input 
   2.  git clone <server-url>
   3. mvn clean install 

This time all tests pass !
So even on Windows platform, we have to use core.autocrlf=input instead of
the default core.autocrlf=true.
Otherwise the cmparison tests using the provided files will fail.
It might also explain why the source.zip file package work, because it keeps
the unix line-end convention.

Now I can go on with the real hard work of debugging...
Chen



--
View this message in context: 
http://apache-xml-project.6118.n7.nabble.com/Maven-surefire-tests-fail-on-Apache-Santuario-trunk-fails-tp42332p42342.html
Sent from the Apache XML - Security - Dev mailing list archive at Nabble.com.

Reply via email to