Martin,

I rpelaced this 

> Can you try the following replacement? in CRSCommandTest, method
> testCode(), replace the following line:
> 
>     final String wkt = test.outputBuffer.toString();
> 
> by
> 
>     String wkt = test.outputBuffer.toString();
>     wkt = wkt.replace(System.lineSeparator(), "\n");

in addition in the methods testURN() and testHTTP and the failures are gone! 
There is now only 

  <testcase name="testVerbose" 
classname="org.apache.sis.console.AboutCommandTest" time="0.745">
    <failure message="geoapi" 
type="java.lang.AssertionError">java.lang.AssertionError: geoapi
        at 
org.apache.sis.console.AboutCommandTest.testVerbose(AboutCommandTest.java:94)
</failure>

left.

I run the build both in Eclipse and from the command line, but it makes no 
difference. The command line version of maven is 3.6.1, the embedded version in 
Eclipse seems to be 3.5.3.

Regards,

Christoph

Reply via email to