Remove comparison of error message in test The errormessages differ slightly between different parser version, so comparing them with a fixed string is not robust and fails on Debian
Test: Compare only the first 8 digits in string comparison 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.