postgis/postgis-java

JtsParserTest test class generates an error for a missing function

phillipross opened this issue · 1 comments

JtsParserTest test class throws an error:
org.postgresql.util.PSQLException: ERROR: function asewkt(geometry) does not exist

This error only occurs when the testWithDatabase flag is true in the build. When the flag is set to false, no testing against a database occurs. Currently the flag is set to false by default, so the error does not occur and the running the testsuite is fine.

Integrated with merge of #15 on change 8629b27