...Regarding the last section about the XML-parser sending af single '\n' -
I belive that from at least XML 1.1 it is mandatory for XML-parsers to send
a single '\n' up to applications disregarding platform and actual EOL-marker
within input-files parsed (with the purpose of simplifying processing
Antoine Lévy-Lambert wrote:
of tokens and values to System.getProperty("line.separator"), but that the
files used for the tests are terminated with \n only when one uses the
cvs.exe of cygwin.
And if the CygWin is installed using Unix line endings (the default).
Is there anybody out there who check
> On Tuesday 23 September 2003 11:23, Antoine Lévy-Lambert wrote:
> > ReplaceTest fails under cygwin.
> > [junit] Testcase: test9 took 0,13 sec
> > [junit]FAILED [junit] expected:<10> but was:<13>
> > [junit] junit.framework.AssertionFailedError: expected:<10> but
> > was:
On Tuesday 23 September 2003 11:23, Antoine Lévy-Lambert wrote:
> ReplaceTest fails under cygwin.
> [junit] Testcase: test9 took 0,13 sec
> [junit] FAILED [junit] expected:<10> but was:<13>
> [junit] junit.framework.AssertionFailedError: expected:<10> but
> was:<13>
>
> This has