|
Relates :
|
Two tests fail when run on Windows.
com/sun/javadoc/testHtmlDefinitionListTag/TestHtmlDefinitrionListTag.java
com/sun/javadoc/testSerializedFormDeprecationInfo/testSerializedFormDeprecationInfo.java
These fail because newlines ("\n") are not being output correctly for the platform.
It looks like the problem is with newlines in the input text not being converted when
the input text is written to the output.
|