[Bug 6998] Test orderBy35 / values larger than 1.0E6

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6998





--- Comment #3 from Bogdan Butnaru <bogdanb+w3c+bugzilla@gmail.com>  2009-06-06 01:16:14 ---
(In reply to comment #2)
> (Until now I've been doing the float-to-string conversion via Java's functions
> until now, which seems to make most tests happy. However, using the strict
> procedure above I get different results on most tests.)

Actually, for things like orderBy35 I've had to change to a method that returns
the shortest string that gives the original value when converted to float.
Which is not exactly what Java's Float.toString(float) does.

But the analysis of the specs I give above left me a bit confused.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 6 June 2009 01:16:20 UTC