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.
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.