Status: New
Owner: spielmann.robert
New issue 644 by spielmann.robert: test_calc_percents_rounding_both_up
fails with Python 2.7
http://code.google.com/p/robotframework/issues/detail?id=644
The unit test
test_calc_percents_rounding_both_up (test_percentages.TestPercents)
fails when run with Python 2.7. The message is:
AssertionError: 55.5 != 55.6
Pekka stated that it seems like something related to number rounding
changed in Python 2.7. It might be interesting to a) see if this test can
be fixed so that it passes across Python versions, and to b) decide if
Robot Framework docs should give a hint somewhere to not use RF with Python
2.7 because of a couple of unresolved issues.