Comment 1 for bug 867230

Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote :

The test is now passing indeed but this is part of the continuous Zorba testing infrastructure.
At one point the GPS coordibates returned for this test contained more decimals than the expected result and this cause the test to fail.
Instead of the expected result:
38.725735 -9.15021
something like this was returned:
38.72573501 -9.1502110

In order to avoid such problems in the future, could we change the test such that the decimals does not count?
For instance we could cast the returned values to xs:integer, what do you think?