The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
EVALUATION
Before CR 6973777 all float constants (like "float iXXX") in the bug6423287#testMinimumSpan() method were equal 0 and therefore test passed. After CR 6973777 float constants became non-zero and the test failed on incorrect string:
sBigBrownfox = sBrown + sBig + sFox
should be
sBigBrownfox = sBig + sBrown + sFox
04-05-2011
EVALUATION
running text/ParagraphView/6423287 gives me the following output:
Test results: passed: 1; failed: 1
04-05-2011
EVALUATION
This problem sounds familiar to me,
is a duplicate of an existing bug?