Maybe we are missing CDATA here:
<testsuite ...>
...
  <testcase name="test" classname="MyTest" time="0.032">
    <error type="java.lang.RuntimeException">java.lang.RuntimeException
    at MyTest.test(MyTest.java:7)
</error>
  </testcase>
</testsuite>

On Tue, May 7, 2019 at 11:18 PM Laird Nelson <[email protected]> wrote:

> On Tue, May 7, 2019 at 2:07 PM Tibor Digana <[email protected]>
> wrote:
>
> > strange thing is that the new line is ignored.
> >
>
> Lurking here, but (a) I thought <systemPropertyVariables> in a forked
> execution were indeed passed on the command line as -D arguments, (b) the
> behavior may have to do instead with the fact that whitespace in XML is
> generally not significant so after &#x0A; is expanded it is effectively
> stripped/trimmed from the XML yielding the empty string, and (c) the OP
> could try CDATA and an actual line separator character instead, maybe?
>
> Best,
> Laird
>

Reply via email to