-
Bug
-
Resolution: Fixed
-
P2
-
1.0, 6
-
b96
-
generic
-
generic, windows
-
Verified
JCK : JCK6.0 b28
J2SE : FAIL - mustang b91
Platform[s] : FAIL - seems to be all
switch/Mode : FAIL - default
see evalution for more information.
old description is:
Three tests:
api/xsl/conf/string/string134.html#string134[testTransformation]
api/xsl/conf/string/string135.html#string135[testTransformation]
api/xsl/conf/math/math110.html#math110[testTransformation]
fail on *Windows platforms only* due to adding 0D before 0A. Tests try to start new line using construction like this:
<xsl:text> </xsl:text>
On windows targets this causes adding not only 0A but also 0D into output document. As a result tests fail (it doesn't expect 0D).
Please don't close this bug but reassign to tck_j2se if this is expected behaviour.
.jtrs and test sources attached.
J2SE : FAIL - mustang b91
Platform[s] : FAIL - seems to be all
switch/Mode : FAIL - default
see evalution for more information.
old description is:
Three tests:
api/xsl/conf/string/string134.html#string134[testTransformation]
api/xsl/conf/string/string135.html#string135[testTransformation]
api/xsl/conf/math/math110.html#math110[testTransformation]
fail on *Windows platforms only* due to adding 0D before 0A. Tests try to start new line using construction like this:
<xsl:text> </xsl:text>
On windows targets this causes adding not only 0A but also 0D into output document. As a result tests fail (it doesn't expect 0D).
Please don't close this bug but reassign to tck_j2se if this is expected behaviour.
.jtrs and test sources attached.
- duplicates
-
JDK-6404427 api/xsl/conf/math/math110.html#math110[testTransformation] fails due to additional newline
-
- Closed
-