gmantele / vollt

Java libraries implementing the IVOA protocol: ADQL, UWS and TAP
http://cdsportal.u-strasbg.fr/taptuto/
30 stars 29 forks source link

Test: Compare only the first 8 digits in string comparison #68

Closed olebole closed 6 years ago

olebole commented 6 years ago

In TestPgSphereTranslator, two strings are compared containing (double) floating point numbers. These numbers are slightly different with different Java versions. To overcome this, only the first eight fractional digits are compared.

This fixes #41 and also fixes #67. It is also part of adql_1.3-5 in Debian by this patch.