ZF-2707: testToFloatSetlocale(Zend_Locale_FormatTest): "Failed asserting that <string:1 234,00> is equal to <string:1 234,50>"
Description
Unit tests fail with the following diagnostic:
1) testToFloatSetlocale(Zend_Locale_FormatTest)
Failed asserting that
Comments
Posted by Thomas Weidner (thomas) on 2008-02-22T02:30:47.000+0000
This issue had been reported in past for Ubutu and was fixed.
It seems that the latest changesets in the past 2 weeks were the reason for reopening this issue. I made changes to the underlaying math class.
Can you please verify if the problem is fixed for latest trunk ? 8277 or later
Even if I did not make the changeset for this issue, the changeset was related to math problems when bcmath is disabled in certain environments. And this failure looks like it is also related to this.
Thank you
Posted by Thomas Weidner (thomas) on 2008-03-04T13:59:59.000+0000
Should be fixed with SVN-8537... please verify this and give me feedback... Thank you
Posted by Thomas Weidner (thomas) on 2008-03-05T10:52:27.000+0000
Fixed