On Feb 12, 2008 7:17 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote:

> When a test fails (by throwing a Throwable) Surefire needs to output the
> message string of the failure in the XML test result output; Java strings
> may contain the null character \u0000.  Therefore, not all Java strings
> can be saved as XML, and so the task is impossible.

Understood. My personal recommendation for such cases would be to use
the same encoding (\u0000), as it is very readable for Java
programmers.


Jochen


-- 
Look, that's why there's rules, understand? So that you think before
you break 'em.

    -- (Terry Pratchett, Thief of Time)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to